openethereum/util/bigint/Cargo.toml

22 lines
449 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-02-29 22:21:15 +01:00
homepage = "http://ethcore.io"
2016-09-13 15:26:31 +02:00
repository = "https://github.com/ethcore/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-02-29 22:21:15 +01:00
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=[]