Removed unused dependencies

This commit is contained in:
Dave Hrycyszyn
2024-07-25 20:12:16 +01:00
parent aa812d4101
commit 15e217a6d4
2 changed files with 65 additions and 830 deletions

887
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,23 +10,17 @@ anyhow = "1.0.86"
async-trait = "0.1.52"
bdk = { version = "0.29.0", features = [
"compiler",
"use-esplora-async",
"electrum",
"use-esplora-blocking",
"std",
"keys-bip39",
"reqwest-default-tls",
], default-features = false }
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
bitcoin = { version = "0.32.2", features = ["rand"] }
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
electrum-client = "0.20"
ezsockets = { version = "*", features = ["client"] }
fastcrypto = "0.1.8"
indexmap = { version = "2.2.6", features = ["serde"] }
reqwest = { version = "*", features = ["blocking"] }
# serde_cbor = "0.11.2" # move to this once we need to pack things in CBOR
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.117"
sha256 = "1.5.0"