typeid 1.0.2

Const TypeId and non-'static TypeId
Documentation
[lib]
name = "typeid"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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"
name = "typeid"
readme = "README.md"
repository = "https://github.com/dtolnay/typeid"
rust-version = "1.34"
version = "1.0.2"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "test"
path = "tests/test.rs"