parity-common/Cargo.toml

22 lines
449 B
TOML
Raw Normal View History

2016-02-29 13:21:15 -08:00
[package]
2016-09-13 06:26:31 -07:00
description = "Large fixed-size integers and hash function outputs"
2016-02-29 13:21:15 -08:00
homepage = "http://ethcore.io"
2016-09-13 06:26:31 -07:00
repository = "https://github.com/ethcore/parity"
2016-02-29 13:21:15 -08:00
license = "GPL-3.0"
2016-09-13 06:26:31 -07:00
name = "ethcore-bigint"
2016-02-29 13:21:15 -08:00
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 11:19:33 -07:00
rand = "0.3.12"
2016-02-29 13:21:15 -08:00
[features]
x64asm_arithmetic=[]
rust_arithmetic=[]