# 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 = "perfect-decimal" version = "0.0.2" authors = ["Deepcomet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Limited range decimals which serialize as IEE754 floats with no loss of precision." homepage = "https://github.com/deepcomet/perfect-decimal" readme = "README.md" keywords = [ "decimal", "serialize", "float", "ieee754", ] categories = [ "encoding", "mathematics", "web-programming", ] license = "Unlicense" repository = "https://github.com/deepcomet/perfect-decimal" [lib] name = "perfect_decimal" path = "src/lib.rs" [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.207" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.124" features = ["arbitrary_precision"] default-features = false [dependencies.thiserror] version = "1.0.63"