[package]
name = "bigint"
version = "4.1.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.rustc-hex]
version = "1.0"
optional = true
[dependencies.byteorder]
version = "1"
default-features = false
[dependencies.heapsize]
version = "0.4"
optional = true
[build-dependencies.rustc_version]
version = "0.2"
[features]
heapsizeof = ["heapsize", "std"]
std = ["rustc-hex"]