[[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.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>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "tetsy large fixed-size integer arithmetic"
documentation = "https://docs.rs/uint-crate"
edition = "2018"
homepage = "https://tetcoin.org"
keywords = ["tetcoin", "tetcore", "vapory"]
license = "MIT OR Apache-2.0"
name = "uint-crate"
repository = "https://github.com/tetcoin/tetsy-common"
version = "0.9.0-alpha"
[target."cfg(unix)".dev-dependencies.rug]
default-features = false
features = ["integer"]
version = "1.6.0"