# 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 = "mostro" version = "0.12.8" authors = ["Francisco Calderón "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Lightning Network peer-to-peer nostr platform" homepage = "https://mostro.network" readme = "README.md" license = "MIT" repository = "https://github.com/MostroP2P/mostro" [[bin]] name = "mostrod" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.35" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.easy-hasher] version = "2.2.1" [dependencies.fedimint-tonic-lnd] version = "0.2.0" [dependencies.lightning-invoice] version = "0.32.0" features = ["std"] [dependencies.lnurl-rs] version = "0.8.0" [dependencies.mostro-core] version = "0.6.11" features = ["sqlx"] [dependencies.nostr-sdk] version = "0.36.0" [dependencies.once_cell] version = "1.20.2" [dependencies.openssl] version = "0.10.66" features = ["vendored"] [dependencies.reqwest] version = "0.12.1" features = ["json"] [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-rustls", "sqlite", "macros", "chrono", "uuid", "offline", ] [dependencies.sqlx-crud] version = "0.4.0" features = ["runtime-tokio-rustls"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uuid] version = "1.8.0" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ]