etcommon-bigint 0.2.9

Big integer (256-bit and 512-bit) implementation for SputnikVM and other Ethereum Classic clients.
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 = "etcommon-bigint"
version = "0.2.9"
authors = ["Wei Tang <hi@that.world>"]
description = "Big integer (256-bit and 512-bit) implementation for SputnikVM and other Ethereum Classic clients."
keywords = ["no_std"]
license = "Apache-2.0"
repository = "https://github.com/ethereumproject/etcommon-rs"

[lib]
name = "bigint"
[dependencies.byteorder]
version = "1.0"
default-features = false

[dependencies.etcommon-hexutil]
version = "0.2"
optional = true
default-features = false

[dependencies.etcommon-rlp]
version = "0.2"
optional = true
default-features = false

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

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.rand]
version = "0.3.12"
optional = true

[features]
default = ["std", "rlp", "string"]
heapsizeof = ["heapsize"]
rlp = ["etcommon-rlp"]
rust_arithmetic = []
std = ["byteorder/std", "rand", "libc", "etcommon-rlp/std", "etcommon-hexutil/std"]
string = ["etcommon-hexutil"]
x64asm_arithmetic = []