openethereum/util/bigint/Cargo.toml
Arkadiy Paronyan cfb6dd2ea8 Optimized hash lookups (#4144)
* Optimize hash comparison

* Use libc
2017-01-13 08:52:23 +00:00

20 lines
424 B
TOML

[package]
description = "Large fixed-size integers and hash function outputs"
homepage = "http://parity.io"
repository = "https://github.com/ethcore/parity"
license = "GPL-3.0"
name = "ethcore-bigint"
version = "0.1.2"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
bigint = "1.0"
rustc-serialize = "0.3"
heapsize = "0.3"
rand = "0.3.12"
libc = "0.2"
[features]
x64asm_arithmetic=[]
rust_arithmetic=[]