forked from defiads/defiads
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
41 lines (38 loc) · 830 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[package]
name = "defiads"
version = "0.2.2"
authors = ["Tamas Blummer <[email protected]>"]
edition = "2018"
[[bin]]
name="defiads"
path="src/defiads/main.rs"
[features]
bitcoinconsensus=["bitcoin/bitcoinconsensus"]
[dependencies]
snap = "0.2"
byteorder = "1"
serde = "1"
serde_derive = "1"
serde_cbor = "0.10"
serde_json = "1.0"
bitcoin_hashes={version="0.7", features=["serde"]}
bitcoin={version= "0.21", features=["serde"]}
secp256k1={version="0.15", features=["serde"]}
bitcoin-wallet="1.0"
murmel="0.2.1"
siphasher="0.3"
rand = "0.7"
rand_distr = "0.2"
log="0.4"
futures-preview = "=0.3.0-alpha.18"
futures-timer = "0.3"
rusqlite={version="0.20", features=["bundled"]}
jsonrpc-http-server = "13.0"
clap = "2.33"
toml="0.5"
base64="0.10"
hex="0.3"
simplelog="0.6"
log-panics = "2.0"
dirs="2.0.2"
lru-cache = "0.1.2"