# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ln-websocket-proxy" version = "0.3.1" description = "Websocket-based proxy for connecting to lightning nodes and mutiny wallets" homepage = "https://github.com/Mutiny-Wallet/ln-websocket-proxy" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Mutiny-Wallet/ln-websocket-proxy" [lib] name = "ln_websocket_proxy" path = "src/lib.rs" [[bin]] name = "ln_websocket_proxy" path = "src/main.rs" required-features = ["server"] [dependencies.axum] version = "0.6.15" features = [ "ws", "headers", ] optional = true [dependencies.bitcoin_hashes] version = "0.11" optional = true default-features = true [dependencies.bytes] version = "1.3.0" optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.headers] version = "0.3.8" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "2.1.0" [dependencies.tokio] version = "^1.0" features = ["full"] optional = true [dependencies.tower-http] version = "0.4.0" features = [ "fs", "trace", ] optional = true [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] optional = true [features] server = [ "axum", "headers", "tokio", "tower-http", "tracing", "tracing-subscriber", "bytes", "bitcoin_hashes", "futures", ]