# 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 = "num-decimal" version = "0.2.5" authors = ["Daniel Mueller "] include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] description = "Infinite precision decimals with fair rounding and other gimmicks based\non num-rational.\n" homepage = "https://github.com/d-e-s-o/num-decimal" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/num-decimal.git" [dependencies.num-bigint-v02] version = "0.2" optional = true package = "num-bigint" [dependencies.num-bigint-v04] version = "0.4" optional = true package = "num-bigint" [dependencies.num-rational-v02] version = "0.2" optional = true package = "num-rational" [dependencies.num-rational-v04] version = "0.4" optional = true package = "num-rational" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.bincode] version = "1.3" default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [features] default = ["num-v02"] num-v02 = ["num-bigint-v02", "num-rational-v02"] num-v04 = ["num-bigint-v04", "num-rational-v04"]