# 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-nwc" version = "0.4.0" authors = ["The Fedimint Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Nostr Wallet Connect implementation using Fedimint" readme = "README.md" keywords = [ "fedimint", "bitcoin", "lightning", "ecash", ] license = "MIT" repository = "https://github.com/fedimint/fedimint-clientd" [[bin]] name = "fedimint-nwc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.7.1" features = ["json"] [dependencies.axum-macros] version = "0.4.0" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.30" [dependencies.image] version = "0.25.1" [dependencies.itertools] version = "0.13.0" [dependencies.multimint] version = "0.4.0" [dependencies.nostr] version = "0.31.2" features = ["nip47"] [dependencies.nostr-sdk] version = "0.31.0" features = ["nip47"] [dependencies.qrcode] version = "0.14.0" [dependencies.redb] version = "2.1.0" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = ["fs"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"