enum-map 0.2.34

A map with C-like enum keys represented internally as an array
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "enum-map"
version = "0.2.34"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
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/Apache-2.0"
repository = "https://gitlab.com/KonradBorowski/enum-map"
[package.metadata.docs.rs]
features = ["serde"]
[dependencies.array-macro]
version = "1.0.0"

[dependencies.enum-map-derive]
version = "0.2.4"

[dependencies.reexport-proc-macro]
version = "1.0.0"

[dependencies.serde]
version = "1.0.0"
features = ["derive"]
optional = true
[dev-dependencies.serde_json]
version = "1.0.2"

[dev-dependencies.serde_test]
version = "1.0.15"
[badges.gitlab]
repository = "KonradBorowski/enum-map"

[badges.maintenance]
status = "actively-developed"