uint 0.8.0

Large fixed-size integers arithmetics
Documentation
# 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"
version = "0.8.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Large fixed-size integers arithmetics"
homepage = "http://parity.io"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/parity-common"

[[example]]
name = "modular"

[[test]]
name = "uint_tests"
required-features = ["std"]

[[bench]]
name = "bigint"
harness = false
[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.crunchy]
version = "0.2"
default-features = true

[dependencies.quickcheck]
version = "0.6"
optional = true

[dependencies.rustc-hex]
version = "2.0"
default-features = false
[dev-dependencies.criterion]
version = "0.2.11"

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

[features]
default = ["std"]
std = ["byteorder/std", "rustc-hex/std", "crunchy/std"]
[target."cfg(unix)".dev-dependencies.rug]
version = "1.4"
features = ["integer"]
default-features = false