2016-12-21 04:29:35 +03:00
|
|
|
[package]
|
|
|
|
name = "grin_util"
|
|
|
|
version = "0.1.0"
|
2017-10-12 19:56:44 +03:00
|
|
|
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>",
|
|
|
|
"Yeastplume <yeastplume@protonmail.com>"]
|
2017-04-06 09:41:49 +03:00
|
|
|
workspace = ".."
|
2017-10-12 19:56:44 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2017-10-13 19:42:04 +03:00
|
|
|
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
|
2017-10-12 19:56:44 +03:00
|
|
|
slog-term = "^2.2.0"
|
|
|
|
slog-async = "^2.1.0"
|
|
|
|
lazy_static = "~0.2.8"
|
2018-02-05 22:46:56 +03:00
|
|
|
byteorder = "^1.0"
|
|
|
|
rand = "^0.3"
|
2017-10-12 19:56:44 +03:00
|
|
|
serde = "~1.0.8"
|
|
|
|
serde_derive = "~1.0.8"
|
2018-02-16 23:34:54 +03:00
|
|
|
secp256k1zkp = { git = "https://github.com/mimblewimble/rust-secp256k1-zkp", tag="grin_integration_8" }
|
2018-01-10 22:36:27 +03:00
|
|
|
#secp256k1zkp = { path = "../../rust-secp256k1-zkp" }
|
2018-02-10 01:32:16 +03:00
|
|
|
walkdir = "^2.0.1"
|
|
|
|
zip = "^0.2.6"
|