enum-map 0.6.0

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]
edition = "2018"
name = "enum-map"
version = "0.6.0"
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.enum-map-derive]
version = "0.4.0"

[dependencies.enum-map-internals]
version = "0.2.0"
[dev-dependencies.bincode]
version = "1.0.0"

[dev-dependencies.serde-feature-hack]
version = "0.2.0"

[dev-dependencies.serde_derive]
version = "1.0.0"

[dev-dependencies.serde_json]
version = "1.0.2"

[dev-dependencies.serde_test]
version = "1.0.19"

[features]
serde = ["enum-map-internals/serde"]
[badges.gitlab]
repository = "KonradBorowski/enum-map"

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