# 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 = "2018" name = "decimal-rs" version = "0.1.43" authors = ["David Li "] description = "High precision decimal implementation for Rust" homepage = "https://github.com/cod-technologies/decimal-rs" documentation = "https://docs.rs/decimal-rs/" readme = "README.md" keywords = [ "decimal", "numeric", "fixed", "precision", ] license = "Apache-2.0" repository = "https://github.com/cod-technologies/decimal-rs.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "benchmark" harness = false [dependencies.serde] version = "1.0.138" optional = true [dependencies.stack-buf] version = "0.1.6" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_json] version = "1.0.82"