openethereum/util/bigint/Cargo.toml

20 lines
427 B
TOML
Raw Normal View History

2016-02-29 22:21:15 +01:00
[package]
2016-09-13 15:26:31 +02:00
description = "Large fixed-size integers and hash function outputs"
2016-12-11 19:43:58 +01:00
homepage = "http://parity.io"
repository = "https://github.com/paritytech/parity"
2016-02-29 22:21:15 +01:00
license = "GPL-3.0"
2016-09-13 15:26:31 +02:00
name = "ethcore-bigint"
version = "0.1.2"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-02-29 22:21:15 +01:00
[dependencies]
bigint = "1.0"
2016-02-29 22:21:15 +01:00
rustc-serialize = "0.3"
heapsize = "0.3"
2016-07-25 20:19:33 +02:00
rand = "0.3.12"
libc = "0.2"
2016-02-29 22:21:15 +01:00
[features]
x64asm_arithmetic=[]
rust_arithmetic=[]