[[bin]]
name = "ln_websocket_proxy"
path = "src/main.rs"
required-features = ["server"]
[dependencies.axum]
features = ["ws", "headers"]
optional = true
version = "0.6.15"
[dependencies.bitcoin_hashes]
default-features = true
optional = true
version = "0.11"
[dependencies.bytes]
optional = true
version = "1.3.0"
[dependencies.futures]
optional = true
version = "0.3.28"
[dependencies.headers]
optional = true
version = "0.3.8"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_with]
version = "2.1.0"
[dependencies.tokio]
features = ["full"]
optional = true
version = "^1.0"
[dependencies.tower-http]
features = ["fs", "trace"]
optional = true
version = "0.4.0"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3.17"
[features]
server = ["axum", "headers", "tokio", "tower-http", "tracing", "tracing-subscriber", "bytes", "bitcoin_hashes", "futures"]
[lib]
name = "ln_websocket_proxy"
path = "src/lib.rs"
[package]
description = "Websocket-based proxy for connecting to lightning nodes and mutiny wallets"
edition = "2021"
homepage = "https://github.com/Mutiny-Wallet/ln-websocket-proxy"
license-file = "LICENSE"
name = "ln-websocket-proxy"
readme = "README.md"
repository = "https://github.com/Mutiny-Wallet/ln-websocket-proxy"
version = "0.3.1"