# 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 = "fdecimal" version = "0.0.2" authors = ["Neo"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Arbitrary precision fast decimal numbers" homepage = "https://github.com/neogenie/fdecimal" documentation = "https://docs.rs/fdecimal" readme = "README.md" keywords = [ "numeric", "decimal", "arbitrary-precision", ] categories = [ "mathematics", "science", "no-std", ] license = "MIT" repository = "https://github.com/neogenie/fdecimal" [lib] name = "fdecimal" path = "src/lib.rs" bench = false [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rstest] version = "0.23.0" [build-dependencies.autocfg] version = "1" [features]