[package]
edition = "2021"
name = "fpdec-macros"
version = "0.13.2"
authors = ["Michael Amrhein <michael@adrhinum.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros supporting decimal floating-point arithmetic."
homepage = "https://github.com/mamrhein/fpdec.rs"
documentation = "https://docs.rs/fpdec/"
readme = "README.md"
keywords = [
"number",
"decimal",
"floating-point",
"arithmetics",
]
categories = [
"data-structures",
"mathematics",
]
license-file = "LICENSE.TXT"
repository = "https://github.com/mamrhein/fpdec.rs"
[lib]
name = "fpdec_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.fpdec-core]
version = "0.13.0"
[dependencies.quote]
version = "1.0"