[dependencies.dispatch_macros]
optional = true
version = "0.1.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.dispatch_macros]
version = "0.1.3"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.serde_yaml]
version = "0.9"
[dev-dependencies.toml]
features = ["serde"]
version = "0.9"
[features]
default = []
macros = ["dispatch_macros"]
[lib]
name = "dispatch_map"
path = "src/lib.rs"
[package]
authors = ["BppleMan <bppleman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "data-structures", "parsing", "encoding"]
description = "Type-safe, declarative dispatch maps for Rust configuration with automatic glue and zero boilerplate."
documentation = "https://docs.rs/dispatch_map"
edition = "2024"
exclude = [".github/", ".gitignore", "tests/", "examples/", "target/"]
homepage = "https://github.com/BppleMan/dispatch_map"
keywords = ["serde", "configuration", "enum", "map", "deserialization"]
license = "Apache-2.0"
name = "dispatch_map"
readme = "README.md"
repository = "https://github.com/BppleMan/dispatch_map"
version = "0.1.3"