openethereum/util/bigint/Cargo.toml

21 lines
397 B
TOML
Raw Normal View History

2016-02-29 22:21:15 +01:00
[package]
description = "Rust-assembler implementation of big integers arithmetic"
homepage = "http://ethcore.io"
license = "GPL-3.0"
name = "bigint"
version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"]
build = "build.rs"
[build-dependencies]
rustc_version = "0.1"
[dependencies]
rustc-serialize = "0.3"
heapsize = "0.3"
2016-07-25 20:19:33 +02:00
rand = "0.3.12"
2016-02-29 22:21:15 +01:00
[features]
x64asm_arithmetic=[]
rust_arithmetic=[]