# 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" rust-version = "1.74.1" name = "fpdec" version = "0.11.0" authors = ["Michael Amrhein "] description = "Decimal fixed-point arithmetic." homepage = "https://github.com/mamrhein/fpdec.rs" documentation = "https://docs.rs/fpdec/" readme = "README.md" keywords = [ "number", "decimal", "fixed-point", "arithmetics", ] categories = [ "data-structures", "mathematics", ] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/fpdec.rs" [dependencies.fpdec-core] version = "0.8.0" [dependencies.fpdec-macros] version = "0.8.0" [dependencies.num-traits] version = "0.2.0" optional = true [dependencies.rkyv] version = "0.7" features = [ "validation", "strict", ] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] num-traits = ["dep:num-traits"] packed = [] rkyv = ["dep:rkyv"] serde-as-str = ["dep:serde"] std = []