-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathCargo.toml
More file actions
19 lines (18 loc) · 844 Bytes
/
Cargo.toml
File metadata and controls
19 lines (18 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "e2e-tests"
version = "0.1.0"
edition = "2021"
[dependencies]
corepc-node = { version = "0.10", features = ["download", "29_0"] }
tempfile = "3"
tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros", "time"] }
ldk-server-client = { path = "../ldk-server-client" }
ldk-server-protos = { path = "../ldk-server-protos", features = ["serde"] }
serde_json = "1.0"
hex-conservative = { version = "0.2", features = ["std"] }
lapin = { version = "2.4.0", features = ["rustls"], default-features = false }
prost = { version = "0.11.6", default-features = false, features = ["std"] }
futures-util = "0.3"
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node", rev = "d1bbf978c8b7abe87ae2e40793556c1fe4e7ea49" }
electrsd = { version = "0.36", features = ["esplora_a33e97e1", "corepc-node_29_0"] }
rand = "0.9"