[[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.3.2"
[dependencies.crunchy]
default-features = false
version = "0.2.2"
[dependencies.qc]
optional = true
package = "quickcheck"
version = "0.9.0"
[dependencies.rand]
default-features = false
optional = true
version = "0.7.2"
[dependencies.rustc-hex]
default-features = false
version = "2.0.1"
[dependencies.static_assertions]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.3.0"
[dev-dependencies.num-bigint]
version = "0.2.3"
[features]
default = ["std"]
quickcheck = ["qc", "rand"]
std = ["byteorder/std", "rustc-hex/std", "crunchy/std"]
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Large fixed-size integer arithmetic"
edition = "2018"
homepage = "http://parity.io"
license = "MIT OR Apache-2.0"
name = "uint"
readme = "README.md"
repository = "https://github.com/paritytech/parity-common"
version = "0.8.5"
[target."cfg(unix)".dev-dependencies.rug]
default-features = false
features = ["integer"]
version = "1.6.0"