enumoid 0.5.0

Enum Indexed Containers
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 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 = "2024"
rust-version = "1.85"
name = "enumoid"
version = "0.5.0"
authors = ["Robin KAY <komadori@gekkou.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enum Indexed Containers"
homepage = "https://github.com/komadori/enumoid"
readme = "README.md"
keywords = [
    "enum",
    "flags",
    "map",
    "vector",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/komadori/enumoid"

[features]
default = ["serde"]

[lib]
name = "enumoid"
path = "src/lib.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.enumoid_derive]
version = "0.5.0"

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dev-dependencies.ron]
version = "0.12.2"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false