# 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.61.0" name = "map_vec" version = "0.6.0" authors = ["Nick Hynes "] build = false exclude = [ ".vscode", "check.sh", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The Map and Set APIs backed by Vec" readme = "README.md" keywords = [ "vec", "map", "set", ] categories = [ "data-structures", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nhynes/map_vec" [package.metadata.docs.rs] all-features = true [lib] name = "map_vec" path = "src/lib.rs" [dependencies.serde] version = "1" features = [ "alloc", "derive", ] optional = true default-features = false [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1" [features] default = [] nightly = [] serde = ["dep:serde"]