[dependencies.ctor]
default-features = false
version = "0.4.2"
[dependencies.document-features]
optional = true
version = "0.2.11"
[dependencies.small_type_id_proc_macro]
version = "0.1.0"
[dependencies.xxhash-rust]
default-features = false
features = ["const_xxh32"]
version = "0.8.15"
[features]
debug_type_name = []
default = []
dont_use_link_section = []
unsafe_dont_register_types = ["unsafe_remove_duplicate_checks"]
unsafe_remove_duplicate_checks = []
[lib]
name = "small_type_id"
path = "src/lib.rs"
[package]
authors = ["Angelicos Phosphoros (Timur Khuzin) <angelicos.phosphoros@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Crate for generation constant 32 bit nonzero unique identifiers for types."
edition = "2024"
keywords = ["typeid", "no_std", "const"]
license = "MIT OR Apache-2.0"
name = "small_type_id"
readme = "ReadMe.md"
repository = "https://github.com/AngelicosPhosphoros/small_type_id"
rust-version = "1.87"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["debug_type_name", "document-features"]
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "type_id"
path = "tests/type_id.rs"