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

[[example]]
name = "modular"
required-features = ["std"]
[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.crunchy]
version = "0.1"

[dependencies.heapsize]
version = "0.4.2"
optional = true

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

[dependencies.rustc-hex]
version = "2.0"
default-features = false
[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.rustc-hex]
version = "2.0"

[features]
heapsizeof = ["heapsize"]
impl_quickcheck_arbitrary = ["quickcheck"]
std = ["byteorder/std", "rustc-hex/std"]