# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nummap" version = "0.5.1" authors = ["Dynisious "] description = "Defines a wrapper around a `HashMap` of number values which behaves as if **ALL** keys are mapped but `0` values are not stored." readme = "README.md" keywords = ["number", "num", "hashmap"] license = "0BSD" repository = "https://github.com/Dynisious/nummap" [dependencies.hashbrown] version = "0.6" optional = true [dependencies.serde] version = "1.0" optional = true [dev-dependencies.serde_cbor] version = "0.9" [features] default = ["no_std"] map_get_key_value = [] no_std = ["hashbrown"]