|
@@ -12,7 +12,7 @@ repository = "https://github.com/darkrenaissance/darkfi"
|
|
|
darkfi = {path = "../../", features = ["event-graph", "rpc", "bs58"]}
|
|
darkfi = {path = "../../", features = ["event-graph", "rpc", "bs58"]}
|
|
|
darkfi-serial = {path = "../../src/serial"}
|
|
darkfi-serial = {path = "../../src/serial"}
|
|
|
|
|
|
|
|
-# Async
|
|
|
|
|
|
|
+# TLS
|
|
|
async-rustls = "0.4.0"
|
|
async-rustls = "0.4.0"
|
|
|
async-trait = "0.1.71"
|
|
async-trait = "0.1.71"
|
|
|
futures = "0.3.28"
|
|
futures = "0.3.28"
|
|
@@ -25,15 +25,11 @@ rand = "0.8.5"
|
|
|
# Misc
|
|
# Misc
|
|
|
clap = {version = "4.3.17", features = ["derive"]}
|
|
clap = {version = "4.3.17", features = ["derive"]}
|
|
|
chrono = "0.4.26"
|
|
chrono = "0.4.26"
|
|
|
-libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
|
|
|
|
|
log = "0.4.19"
|
|
log = "0.4.19"
|
|
|
-ripemd = "0.1.3"
|
|
|
|
|
-sled = "0.34.7"
|
|
|
|
|
url = "2.4.0"
|
|
url = "2.4.0"
|
|
|
|
|
|
|
|
# Encoding and parsing
|
|
# Encoding and parsing
|
|
|
bs58 = "0.5.0"
|
|
bs58 = "0.5.0"
|
|
|
-hex = "0.4.3"
|
|
|
|
|
serde_json = "1.0.103"
|
|
serde_json = "1.0.103"
|
|
|
toml = "0.7.6"
|
|
toml = "0.7.6"
|
|
|
|
|
|