# 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-fixed-point-decimal" version = "0.1.2" authors = ["Michael Amrhein "] description = "Decimal fixed-point arithmetic." homepage = "https://github.com/mamrhein/rust-fixed-point-decimal" documentation = "https://docs.rs/rust-fixed-point-decimal/" readme = "README.md" keywords = ["number", "decimal", "fixed-point", "arithmetics"] categories = ["data-structures", "mathematics"] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/rust-fixed-point-decimal" resolver = "2" [dependencies.num] version = "0.4" [dependencies.rust-fixed-point-decimal-core] version = "0.1.0" [dependencies.rust-fixed-point-decimal-macros] version = "0.1.0"