[package] name = "fpdec-macros" version = "0.8.0" edition = "2021" authors = ["Michael Amrhein "] description = "Macros supporting decimal fixed-point arithmetic." readme = "README.md" homepage = "https://github.com/mamrhein/fpdec.rs" repository = "https://github.com/mamrhein/fpdec.rs" documentation = "https://docs.rs/fpdec/" license-file = "../LICENSE.TXT" keywords = ["number", "decimal", "fixed-point", "arithmetics"] categories = ["data-structures", "mathematics"] [dependencies] fpdec-core = { path = "../fpdec-core", version = "0.8.0" } quote = "1.0" [lib] proc-macro = true