# 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" name = "enum-map" version = "2.7.3" authors = ["Kamila Borowska "] description = "A map with C-like enum keys represented internally as an array" documentation = "https://docs.rs/enum-map" readme = "README.md" keywords = [ "data-structure", "no_std", "enum", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/xfix/enum-map" [package.metadata.docs.rs] features = [ "arbitrary", "serde", ] [dependencies.arbitrary] version = "1.0.0" optional = true [dependencies.enum-map-derive] version = "0.17.0" [dependencies.serde] version = "1.0.16" optional = true default-features = false [dev-dependencies.bincode] version = "1.0.0" [dev-dependencies.serde] version = "1.0.103" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.2" [dev-dependencies.serde_test] version = "1.0.19" [badges.maintenance] status = "passively-maintained"