[package] name = "type-map" version = "0.5.0" authors = ["Jacob Brown "] edition = "2018" license = "MIT/Apache-2.0" repository = "https://github.com/kardeiz/type-map" readme = "README.md" keywords = ["typemap", "extensions", "hashmap"] description = "Provides a typemap container with FxHashMap" [dependencies] rustc-hash = "1"