[package] name = "rust_decimal_macros" version = "1.36.0" authors = ["Paul Mason "] edition = "2021" description = "Shorthand macros to assist creating Decimal types." documentation = "https://docs.rs/rust_decimal/" repository = "https://github.com/paupino/rust-decimal" readme = "../README.md" keywords = ["decimal", "financial", "fixed", "precision"] categories = ["science", "data-structures"] license = "MIT" [dependencies] rust_decimal = { version = "1.33", default-features = false } quote = "1.0" [dev-dependencies] trybuild = "1.0.55" [features] default = [] reexportable = [] [lib] proc-macro = true