# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rust_decimal_macros" version = "1.36.0" authors = ["Paul Mason "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shorthand macros to assist creating Decimal types." documentation = "https://docs.rs/rust_decimal/" readme = "README.md" keywords = [ "decimal", "financial", "fixed", "precision", ] categories = [ "science", "data-structures", ] license = "MIT" repository = "https://github.com/paupino/rust-decimal" [lib] name = "rust_decimal_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "macro_tests" path = "tests/macro_tests.rs" [dependencies.quote] version = "1.0" [dependencies.rust_decimal] version = "1.33" default-features = false [dev-dependencies.trybuild] version = "1.0.55" [features] default = [] reexportable = []