[package] name = "symbolism" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Unique symbols made from human readable tags." repository = "https://gitlab.com/konnorandrews/symbolism" readme = "README.md" rust-version = "1.71.0" keywords = [ "symbol", "string", "const" ] categories = [ "no-std", "no-std::no-alloc", "rust-patterns" ] exclude = [ ".gitlab-ci.yml", ".gitignore", "LICENSE-Apache-2.0", "LICENSE-MIT" ] [dev-dependencies] proptest = "1.5.0" [profile.test.package.proptest] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3