# 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 = "bigfloppa" version = "0.3.5" authors = ["Andrew Kubera"] description = "Arbitrary precision decimal numbers" homepage = "https://github.com/akubera/bigdecimal-rs" documentation = "https://docs.rs/bigfloppa" keywords = [ "mathematics", "numerics", "decimal", "arbitrary-precision", "floating-point", ] license = "MIT/Apache-2.0" repository = "https://github.com/akubera/bigdecimal-rs" [[bench]] name = "basic" harness = false [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.bytes] version = "1.4.0" optional = true [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.schemars] version = "0.8.11" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0.93" optional = true [dependencies.sqlx-core] version = "0.6.2" features = [ "postgres", "bigdecimal", ] optional = true [dev-dependencies.bigdecimal] version = "0.3.0" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.serde_json] version = "1.0.93" [features] schema = [ "schemars", "serde_json", ] sqlx_integration = [ "sqlx-core", "bytes", "bigdecimal", ] string-only = []