cdk-payment-processor 0.12.0

CDK payment processor
Documentation
[[bin]]
name = "cdk-payment-processor"
path = "src/bin/payment_processor.rs"

[build-dependencies.tonic-build]
version = "0.13.1"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bitcoin]
features = ["base64", "serde", "rand", "rand-std"]
version = "0.32.2"

[dependencies.cashu]
version = "=0.12.0"

[dependencies.cdk-cln]
optional = true
version = "=0.12.0"

[dependencies.cdk-common]
default-features = false
features = ["mint"]
version = "=0.12.0"

[dependencies.cdk-fake-wallet]
optional = true
version = "=0.12.0"

[dependencies.cdk-lnd]
optional = true
version = "=0.12.0"

[dependencies.clap]
features = ["derive", "derive"]
version = "4.5.31"

[dependencies.futures]
default-features = false
features = ["async-await"]
version = "0.3.28"

[dependencies.hex]
version = "0.4"

[dependencies.lightning]
default-features = false
features = ["std"]
version = "0.1.2"

[dependencies.lightning-invoice]
features = ["serde", "std"]
version = "0.33.0"

[dependencies.prost]
version = "0.13.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio-stream]
version = "0.1.15"

[dependencies.tokio-util]
default-features = false
version = "0.7.11"

[dependencies.tonic]
default-features = false
features = ["tls-ring", "codegen", "prost", "transport", "router"]
version = "0.13.1"

[dependencies.tracing]
default-features = false
features = ["attributes", "log"]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

[dependencies.utoipa]
features = ["preserve_order", "preserve_path_order"]
optional = true
version = "5.3.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.17"

[dev-dependencies.bip39]
features = ["rand"]
version = "2.0"

[dev-dependencies.rand]
version = "0.9.1"

[features]
bench = []
cln = ["dep:cdk-cln"]
default = ["cln", "fake", "lnd"]
fake = ["dep:cdk-fake-wallet"]
lnd = ["dep:cdk-lnd"]

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

[package]
authors = ["CDK Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "CDK payment processor"
edition = "2021"
homepage = "https://github.com/cashubtc/cdk"
license = "MIT"
name = "cdk-payment-processor"
readme = "README.md"
repository = "https://github.com/cashubtc/cdk.git"
rust-version = "1.85.0"
version = "0.12.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
default-features = false
features = ["rt", "macros", "test-util", "sync", "rt-multi-thread", "time", "macros", "sync", "signal"]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.tokio]
default-features = false
features = ["rt", "macros", "test-util", "sync", "rt", "macros", "sync", "time"]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
features = ["v4", "serde", "js"]
optional = true
version = "1.17"