# 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.56.1" name = "uint" version = "0.10.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Large fixed-size integer arithmetic" homepage = "http://parity.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/parity-common" [lib] name = "uint" path = "src/lib.rs" [[example]] name = "modular" path = "examples/modular.rs" [[test]] name = "uint_tests" path = "tests/uint_tests.rs" required-features = ["std"] [[bench]] name = "bigint" path = "benches/bigint.rs" harness = false [dependencies.arbitrary] version = "1.0" optional = true [dependencies.byteorder] version = "1.4.2" default-features = false [dependencies.crunchy] version = "0.2.2" default-features = false [dependencies.hex] version = "0.4" default-features = false [dependencies.quickcheck] version = "1" optional = true [dependencies.static_assertions] version = "1.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.num-bigint] version = "0.4.0" [features] default = ["std"] std = [ "byteorder/std", "crunchy/std", "hex/std", ] [target.'cfg(all(unix, target_arch = "x86_64"))'.dev-dependencies.rug] version = "1.6.0" features = [ "integer", "std", ] default-features = false