[dependencies.indexmap]
features = ["std"]
version = "2"
[dependencies.proc-macro2]
version = "1.0.19"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["extra-traits", "fold", "full", "visit"]
version = "2"
[lib]
proc-macro = true
[package]
categories = ["algorithms", "data-structures", "development-tools", "no-std", "rust-patterns"]
description = "Derivable functorial mappings for Rust"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "crates-io.md"]
keywords = ["data", "derive", "macro", "map", "no_std"]
license = "MIT OR Apache-2.0"
name = "funcmap_derive"
readme = "crates-io.md"
repository = "https://github.com/matthias-stemmler/funcmap"
rust-version = "1.64"
version = "0.1.4"