# 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 = "array_map" version = "0.4.0" authors = ["Tyler Hawkes "] exclude = ["**/*.sh", "array_map_doc_test"] publish = ["crates-io"] description = "Map backed array for fixed size keys with O(1) performance" documentation = "https://docs.rs/array_map" readme = "README.md" keywords = ["no_std", "no-std", "data", "structure", "map"] categories = ["data-structures", "embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tylerhawkes/array_map" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.array_map_derive] version = "0.4" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true default_features = false [dev-dependencies.array_map_derive] version = "0.4" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] derive = ["array_map_derive"] std = []