# 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.9.5" authors = ["Parity Technologies "] 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" resolver = "1" [[example]] name = "modular" [[test]] name = "uint_tests" required-features = ["std"] [[bench]] name = "bigint" 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.4.0" [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"] default-features = false