stuff/Cargo.toml
Nilstrieb 918030363a increase MSRV to 1.34.2 to use Try(From|Into)
0.2.0 isn't released yet, so I'll just do that sneakily
2022-04-06 20:39:58 +02:00

22 lines
665 B
TOML

[package]
name = "stuff"
version = "0.2.0"
edition = "2018"
description = "Stuffing things into pointers."
readme = "./README.md"
homepage = "https://github.com/Nilstrieb/stuff"
repository = "https://github.com/Nilstrieb/stuff"
documentation = "https://docs.rs/stuff"
license = "MIT"
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
categories = ["data-structures", "memory-management", "no-std"]
include = ["Cargo.toml", "LICENSE", "src", "README.md"]
rust-version = "1.34.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sptr = "0.3.1"
[dev-dependencies]
paste = "1.0.7"