parity-common/Cargo.toml

19 lines
403 B
TOML
Raw Normal View History

2016-02-29 13:21:15 -08:00
[package]
2016-12-22 02:23:46 -08:00
description = "Large fixed-size integers arithmetics"
homepage = "http://parity.io"
2016-12-22 02:26:09 -08:00
repository = "https://github.com/ethcore/bigint"
2016-02-29 13:21:15 -08:00
license = "GPL-3.0"
2016-12-22 02:32:15 -08:00
name = "bigint"
2017-03-15 06:17:21 -07:00
version = "1.0.2"
authors = ["Parity Technologies <admin@parity.io>"]
2016-02-29 13:21:15 -08:00
build = "build.rs"
[build-dependencies]
rustc_version = "0.2"
2016-02-29 13:21:15 -08:00
[dependencies]
rustc-serialize = "0.3"
heapsize = "0.3"
2016-07-25 11:19:33 -07:00
rand = "0.3.12"
byteorder = "1.0"