[package] name = "typeid" version = "1.0.2" authors = ["David Tolnay "] categories = ["no-std", "no-std::no-alloc"] description = "Const TypeId and non-'static TypeId" documentation = "https://docs.rs/typeid" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/typeid" rust-version = "1.34" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]