# 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" rust-version = "1.72" name = "fixed-map" version = "0.9.5" authors = [ "John-John Tedro ", "Peter Jaszkowiak ", ] description = "A fixed map where storage layout is calculated by a procedural macro." homepage = "https://github.com/udoprog/fixed-map" documentation = "https://docs.rs/fixed-map" readme = "README.md" keywords = [ "container", "data-structure", "map", "no_std", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/udoprog/fixed-map" [package.metadata.docs.rs] all-features = true [[bench]] name = "complex" harness = false [[bench]] name = "simple" harness = false [dependencies.fixed-map-derive] version = "=0.9.5" [dependencies.hashbrown] version = "0.13.2" optional = true [dependencies.serde] version = "1.0.145" optional = true default_features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hashbrown] version = "0.13.2" [features] default = [ "hashbrown", "std", ] std = ["serde?/std"]