fedimint-ln-common 0.4.3

fedimint-ln is a lightning payment service module.
Documentation
[package]
name = "fedimint-ln-common"
version = { workspace = true }
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-ln is a lightning payment service module."
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"
# 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"]

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]

[lib]
name = "fedimint_ln_common"
path = "src/lib.rs"

[dependencies]
anyhow = { workspace = true }
bitcoin = { workspace = true }
bitcoin_hashes = { workspace = true }
fedimint-client = { workspace = true }
fedimint-core = { workspace = true }
lightning = { version = "0.0.123", default-features = false, features = ["no-std"] }
lightning-invoice = { workspace = true }
secp256k1 = { version = "0.27.0", default-features = false }
serde = { workspace = true }
serde-big-array = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
threshold_crypto = { workspace = true }
tracing = { workspace = true }