fedimint-ln-common 0.6.1

fedimint-ln-common is a lightning payment service module (common types).
Documentation
[package]
name = "fedimint-ln-common"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
description = "fedimint-ln-common is a lightning payment service module (common types)."
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }

[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 }
fedimint-core = { workspace = true }
lightning = { workspace = true }
lightning-invoice = { workspace = true }
serde = { workspace = true }
serde-big-array = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
threshold_crypto = { workspace = true }
tracing = { workspace = true }