# 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 = "2018" name = "intmap" version = "2.0.0" authors = ["Jesper Axelsson "] description = "Specialized HashMap for u64 keys" readme = "README.md" keywords = [ "hashmap", "u64", "intmap", ] license = "MIT" repository = "https://github.com/JesperAxelsson/rust-intmap" [package.metadata.docs.rs] features = ["serde"] [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.indexmap] version = "1.8.2" [dev-dependencies.rand] version = "0.8.5"