[package] name = "fixed-map-derive" version = "0.9.5" authors = ["John-John Tedro "] edition = "2018" rust-version = "1.72" description = """ A fixed map where storage layout is calculated by a procedural macro. This crate contains the procedural macros. """ documentation = "https://docs.rs/fixed-map" readme = "README.md" homepage = "https://github.com/udoprog/fixed-map" repository = "https://github.com/udoprog/fixed-map" license = "MIT OR Apache-2.0" keywords = ["container", "data-structure", "map", "no_std"] categories = ["data-structures"] [dependencies] syn = { version = "2.0.15", features = ["full"] } quote = "1.0.26" proc-macro2 = "1.0.56" [lib] proc-macro = true