[dependencies.quote]
version = "1.0"
[dependencies.rust_decimal]
default-features = false
version = "1.33"
[dev-dependencies.trybuild]
version = "1.0.55"
[features]
default = []
reexportable = []
[lib]
name = "rust_decimal_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Paul Mason <paul@form1.co.nz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "data-structures"]
description = "Shorthand macros to assist creating Decimal types."
documentation = "https://docs.rs/rust_decimal/"
edition = "2021"
keywords = ["decimal", "financial", "fixed", "precision"]
license = "MIT"
name = "rust_decimal_macros"
readme = "README.md"
repository = "https://github.com/paupino/rust-decimal"
version = "1.36.0"
[[test]]
name = "macro_tests"
path = "tests/macro_tests.rs"