const_hashmap_macros 0.1.0

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


[lib]
proc-macro = true

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

[dependencies]
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.101", features = ["full", "extra-traits"] }


[dev-dependencies]
const_hashmap = { version = "0.1.0" }