# 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 = "densemap" version = "0.1.3" authors = ["GossiperLoturot"] description = "A collection data structure that is permanently accessible by unique keys and fast iterable." readme = "README.md" keywords = [ "allocator", "storage", "no_std", ] categories = [ "memory-management", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/GossiperLoturot/densemap" [[bench]] name = "benchmark" harness = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.slab] version = "0.4" [dev-dependencies.slotmap] version = "1" [features] default = ["std"] std = []