uint 0.10.0

Large fixed-size integer arithmetic
Documentation
[[bench]]
harness = false
name = "bigint"
path = "benches/bigint.rs"

[dependencies.arbitrary]
optional = true
version = "1.0"

[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.quickcheck]
optional = true
version = "1"

[dependencies.static_assertions]
version = "1.0.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.num-bigint]
version = "0.4.0"

[[example]]
name = "modular"
path = "examples/modular.rs"

[features]
default = ["std"]
std = ["byteorder/std", "crunchy/std", "hex/std"]

[lib]
name = "uint"
path = "src/lib.rs"

[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Large fixed-size integer arithmetic"
edition = "2021"
homepage = "http://parity.io"
license = "MIT OR Apache-2.0"
name = "uint"
readme = "README.md"
repository = "https://github.com/paritytech/parity-common"
rust-version = "1.56.1"
version = "0.10.0"

[target.'cfg(all(unix, target_arch = "x86_64"))'.dev-dependencies.rug]
default-features = false
features = ["integer", "std"]
version = "1.6.0"

[[test]]
name = "uint_tests"
path = "tests/uint_tests.rs"
required-features = ["std"]