openethereum/util/bigint/Cargo.toml
Tomasz Drwięga d2394d3ac3 Updating paths to repos. (#5330)
* Updating paths to repos.

* Updating rotor and libusb

* Fixing other occurrences
2017-03-29 15:17:27 +02:00

20 lines
427 B
TOML

[package]
description = "Large fixed-size integers and hash function outputs"
homepage = "http://parity.io"
repository = "https://github.com/paritytech/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=[]