# 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" rust-version = "1.65" name = "bnum" version = "0.12.0" authors = ["isaac-holt "] build = false exclude = [ "src/float/*", "src/tests", "TODO.txt", "lit-parser/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types." homepage = "https://github.com/isaacholt100/bnum" documentation = "https://docs.rs/bnum/latest/bnum" readme = "README.md" keywords = [ "uint", "int", "bignum", "maths", "arbitrary", ] categories = [ "algorithms", "mathematics", "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/isaacholt100/bnum" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = 3 lto = true [lib] name = "bnum" path = "src/lib.rs" [dependencies.arbitrary] version = "1.3" features = ["derive"] optional = true [dependencies.borsh] version = "^1.5" features = ["unstable__schema"] optional = true default-features = false [dependencies.num-integer] version = "0.1" optional = true default-features = false [dependencies.num-traits] version = "0.2" optional = true default-features = false [dependencies.quickcheck] version = "1.0" optional = true default-features = false [dependencies.rand] version = "0.8" features = ["min_const_gen"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde-big-array] version = "0.5" optional = true default-features = false [dependencies.valuable] version = "0.1" features = ["derive"] optional = true default-features = false [dependencies.zeroize] version = "1.6" optional = true default-features = false [dev-dependencies.paste] version = "1.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand] version = "0.8" features = [ "min_const_gen", "small_rng", "std_rng", ] default-features = false [features] default = [] nightly = [] numtraits = [ "num-integer", "num-traits", ] serde = [ "dep:serde", "serde-big-array", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ['cfg(test_int_bits, values("64", "128"))']