1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
electrs/Cargo.toml

27 lines
462 B
TOML
Raw Normal View History

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