# 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 = "micromap" version = "0.0.15" description = "The fastest alternative to HashMap, for maps smaller than 20 keys" homepage = "https://github.com/yegor256/micromap" readme = "README.md" keywords = [ "memory", "map", ] categories = [ "data-structures", "memory-management", ] license = "MIT" repository = "https://github.com/yegor256/micromap" [dependencies.serde] version = "1.0.193" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.hashbrown] version = "0.14.0" [dev-dependencies.heapless] version = "0.8.0" [dev-dependencies.indexmap] version = "2.1.0" [dev-dependencies.linear-map] version = "1.2.0" [dev-dependencies.linked-hash-map] version = "0.5.6" [dev-dependencies.litemap] version = "0.7.0" [dev-dependencies.nohash-hasher] version = "0.2.0" [dev-dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.tinymap] version = "0.4.0" [features] default = [] std = []