blockstream-electrs/Cargo.toml

26 lines
448 B
TOML
Raw Normal View History

2018-04-08 20:48:55 +00:00
[package]
name = "indexrs"
version = "0.1.0"
authors = ["Roman Zeyde <me@romanzey.de>"]
[dependencies]
argparse = "0.2.1"
arrayref = "0.3.4"
bincode = "1.0.0"
2018-04-08 20:48:55 +00:00
bitcoin = "0.12"
2018-04-20 18:33:49 +00:00
crossbeam = "0.3.2"
2018-04-25 19:44:36 +00:00
error-chain = "0.11"
extfmt = "0.1"
2018-04-08 20:48:55 +00:00
itertools = "0.7.8"
log = "0.4"
2018-04-11 13:24:56 +00:00
pbr = "1.0.0"
2018-04-08 20:48:55 +00:00
reqwest = "0.8.5"
rocksdb = "0.10.0"
2018-04-09 19:00:37 +00:00
rust-crypto = "^0.2"
serde = "1.0.37"
serde_derive = "1.0.37"
2018-04-08 20:48:55 +00:00
serde_json = "1.0.13"
2018-04-12 19:15:31 +00:00
simplelog = "0.5.1"
2018-04-09 08:31:05 +00:00
time = "0.1.39"
2018-04-10 17:54:09 +00:00
zmq = "0.8"