[package] name = "fedimint-lnv2-common" 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 [package.metadata.cargo-udeps.ignore] # cargo udeps can't detect that one normal = ["aquamarine"] [lib] name = "fedimint_lnv2_common" path = "src/lib.rs" [dependencies] anyhow = "1.0.86" bitcoin = { workspace = true } bitcoin_hashes = { workspace = true } fedimint-client = { workspace = true } fedimint-core = { workspace = true } fedimint-ln-common = { path = "../fedimint-ln-common", version = "=0.4.3" } # crypto deps group = { workspace = true } secp256k1 = { version = "0.27.0", default-features = false } serde = { workspace = true } serde_json = "1.0.120" thiserror = "1.0.61" tpe = { package = "fedimint-tpe", version = "=0.4.3", path = "../../crypto/tpe" }