# 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 = "fedimint-gateway-cli" version = "0.4.3" description = "CLI tool to control lightning gateway" readme = "README.md" license = "MIT" repository = "https://github.com/fedimint/fedimint" [package.metadata.docs.rs] rustc-args = [ "--cfg", "tokio_unstable", ] [[bin]] name = "gateway-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" [dependencies.axum-macros] version = "0.4.1" [dependencies.bitcoin] version = "0.30.2" [dependencies.clap] version = "4.5.8" features = [ "derive", "std", "help", "usage", "error-context", "suggestions", ] default-features = false [dependencies.clap_complete] version = "4.5.7" [dependencies.fedimint-core] version = "=0.4.3" [dependencies.fedimint-logging] version = "=0.4.3" [dependencies.ln-gateway] version = "=0.4.3" package = "fedimint-ln-gateway" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38" features = ["full"] [dependencies.tracing] version = "0.1.40" features = [ "log", "attributes", "std", ] default-features = false [dependencies.url] version = "2.5.2" features = ["serde"] [build-dependencies.fedimint-build] version = "=0.4.3"