mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 08:30:11 +01:00
20 lines
586 B
TOML
20 lines
586 B
TOML
[package]
|
|
name = "ptr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Stuffing things into pointers."
|
|
readme = "./README.md"
|
|
homepage = "https://github.com/Nilstrieb/stuff"
|
|
repository = "https://github.com/Nilstrieb/stuff"
|
|
license = "MIT"
|
|
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
|
|
categories = ["data-structures", "memory-management", "no-std"]
|
|
include = ["Cargo.toml", "LICENSE", "src"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sptr = "0.2.3"
|
|
|
|
[dev-dependencies]
|
|
paste = "1.0.7"
|