[package] name = "chemistru-elements-macro" description = "Create Constants For Every Element" readme = "README.md" homepage = "https://github.com/Ross-Morgan/chemistru-elements-macro" repository = "https://github.com/Ross-Morgan/chemistru-elements-macro" version = "0.3.0" edition = "2021" license-file = "LICENSE.md" [lib] proc-macro = true [features] constants = ["dep:serde_json", "dep:chemistru-elements"] map = ["dep:serde_json", "dep:chemistru-elements"] [dependencies] chemistru-elements = { git = "https://github.com/Ross-Morgan/chemistru-elements.git", version = "0.1.0", optional = true } serde_json = { version = "1.0.107", features = ["preserve_order"], optional = true }