[[bench]]
harness = false
name = "bigint"
[[example]]
name = "modular"
[[test]]
name = "uint_tests"
required-features = ["std"]
[dependencies.arbitrary]
optional = true
version = "0.4"
[dependencies.byteorder]
default-features = false
version = "1.4.2"
[dependencies.crunchy]
default-features = false
version = "0.2.2"
[dependencies.hex]
default-features = false
version = "0.4"
[dependencies.qc]
optional = true
package = "quickcheck"
version = "0.9.0"
[dependencies.rand07]
default-features = false
optional = true
package = "rand"
version = "0.7"
[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"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Tetsy Common Large Fixed-Size Integer Arithmetic"
edition = "2018"
homepage = "http://tetcoin.org"
license = "MIT OR Apache-2.0"
name = "uint-crate"
readme = "README.md"
repository = "https://github.com/tetcoin/tetsy-common"
version = "0.9.1"
[target."cfg(all(unix, target_arch = \"x86_64\"))".dev-dependencies.rug]
default-features = false
features = ["integer"]
version = "1.6.0"