# 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 = "hybridmap" version = "0.1.2" authors = ["Antoine Pultier "] include = [ "README.md", "LICENSE", "src/*.rs", "benches/*.rs", "Cargo.toml", "Cargo.lock", ] description = "Hybrid map using smallvec and the std hashmap" documentation = "https://docs.rs/hybridmap" readme = "README.md" keywords = [ "map", "small", "hashmap", "smallvec", "hybrid", ] license = "Apache-2.0" repository = "https://github.com/SINTEF/hybridmap" [[bench]] name = "hybridmap_bench" harness = false [[bench]] name = "hybridmap_memory" harness = false [dependencies.rand] version = "0.8.5" [dependencies.smallvec] version = "2.0.0-alpha.7" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.sys-info] version = "0.9" [dev-dependencies.uuid] version = "1.10"