# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uint-crate" version = "0.9.1" authors = ["Parity Technologies "] description = "Tetsy Common Large Fixed-Size Integer Arithmetic" homepage = "http://tetcoin.org" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tetcoin/tetsy-common" [[example]] name = "modular" [[test]] name = "uint_tests" required-features = ["std"] [[bench]] name = "bigint" harness = false [dependencies.arbitrary] version = "0.4" 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.qc] version = "0.9.0" optional = true package = "quickcheck" [dependencies.rand07] version = "0.7" optional = true default-features = false package = "rand" [dependencies.static_assertions] version = "1.0.0" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.num-bigint] version = "0.3.1" [features] default = ["std"] quickcheck = ["qc", "rand07"] 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