bigint 4.2.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 = "bigint"
version = "4.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
description = "Large fixed-size integers arithmetics"
homepage = "http://parity.io"
license = "MIT/Apache-2.0"
repository = "https://github.com/ethcore/bigint"

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

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

[dependencies.crunchy]
version = "0.1.5"

[dependencies.rustc-hex]
version = "1.0"
optional = true
[build-dependencies.rustc_version]
version = "0.2"

[features]
std = ["rustc-hex"]
heapsizeof = ["heapsize", "std"]