grin/core/Cargo.toml

31 lines
558 B
TOML
Raw Normal View History

2016-10-21 03:06:12 +03:00
[package]
name = "grin_core"
2018-10-15 13:34:33 +03:00
version = "0.4.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
2017-04-06 09:41:49 +03:00
workspace = ".."
publish = false
2016-10-21 03:06:12 +03:00
[dependencies]
bitflags = "1"
blake2-rfc = "0.2"
byteorder = "1"
croaring = "=0.3"
failure = "0.1"
failure_derive = "0.1"
lazy_static = "1"
lru-cache = "0.1"
num = "0.2"
num-bigint = "0.2"
rand = "0.5"
serde = "1"
serde_derive = "1"
siphasher = "0.2"
log = "0.4"
chrono = "0.4.4"
grin_keychain = { path = "../keychain" }
grin_util = { path = "../util" }
[dev-dependencies]
grin_wallet = { path = "../wallet" }