const_hashmap_macros 0.1.0

Procedural macros for const_hashmap (const_hashmap! and derives)
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.101"

[dev-dependencies.const_hashmap]
version = "0.1.0"

[features]
default = ["derive"]
derive = []

[lib]
name = "const_hashmap_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Alan Volker <volkeralan12@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for const_hashmap (const_hashmap! and derives)"
edition = "2024"
keywords = ["const", "hashmap", "proc-macro", "derive"]
license = "MIT OR Apache-2.0"
name = "const_hashmap_macros"
readme = false
repository = "https://github.com/cjperron/const_hashmap"
version = "0.1.0"

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