# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "static_type_map" version = "0.5.2" authors = ["Maël Obréjan "] include = [ "src/**/*", "Cargo.toml", "LICENSE", ] description = "A type map that works over all types implementing `Any`" readme = "README.md" keywords = [ "anymap", "typemap", "map", ] categories = [ "no-std", "data-structures", ] license = "MIT" repository = "https://github.com/malobre/static_type_map" resolver = "2" [dependencies.hashbrown] version = "0.12.0" optional = true [features] default = [ "send", "sync", ] send = [] sync = []