[package] name = "fedimint-lnv2-server" version = { workspace = true } authors = ["The Fedimint Developers"] edition = "2021" description = "fedimint-ln is a lightning payment service module." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "fedimint_lnv2_server" path = "src/lib.rs" [dependencies] anyhow = "1.0.86" async-trait = "0.1.80" bls12_381 = { workspace = true } erased-serde = { workspace = true } fedimint-bitcoind = { path = "../../fedimint-bitcoind", version = "=0.4.3" } fedimint-core = { workspace = true } fedimint-lnv2-common = { path = "../fedimint-lnv2-common", version = "=0.4.3" } fedimint-server = { path = "../../fedimint-server", version = "=0.4.3" } futures = "0.3.24" group = { workspace = true } rand = { workspace = true } serde = { workspace = true } strum = "0.26" strum_macros = "0.26" tpe = { package = "fedimint-tpe", version = "=0.4.3", path = "../../crypto/tpe" }