[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.15"
[lib]
proc-macro = true
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["data-structures"]
description = "A fixed map where storage layout is calculated by a procedural macro.\n\nThis crate contains the procedural macros.\n"
documentation = "https://docs.rs/fixed-map"
edition = "2018"
homepage = "https://github.com/udoprog/fixed-map"
license = "MIT/Apache-2.0"
name = "fixed-map-derive"
readme = "README.md"
repository = "https://github.com/udoprog/fixed-map"
version = "0.3.3"