mostro 0.17.1

Lightning Network peer-to-peer nostr platform
# 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.17.1"
authors = ["Francisco Calderón <negrunch@grunch.dev>"]
build = "build.rs"
autolib = false
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"

[package.metadata.release]
publish = false
push = true
verify = true
tag = true
sign-commit = true
sign-tag = true
allow-branch = ["main"]
pre-release-hook = [
    "sh",
    "-c",
    'cargo fmt --all && cargo clippy --all-targets --all-features -- -D warnings && if [ -n "${GITHUB_TOKEN:-}" ]; then GITHUB_TOKEN="$GITHUB_TOKEN" git cliff --unreleased --github-repo MostroP2P/mostro -o CHANGELOG.md --tag {{version}}; else git cliff --unreleased -o CHANGELOG.md --tag {{version}}; fi && if [ "$DRY_RUN" != "true" ]; then git diff --quiet CHANGELOG.md || git add CHANGELOG.md && git commit -m "Update CHANGELOG for version {{version}}"; else echo "DRY RUN: Skip git add and commit"; fi',
]

[features]
default = []
startos = []

[[bin]]
name = "mostrod"
path = "src/main.rs"

[[example]]
name = "rpc_client"
path = "examples/rpc_client.rs"

[[example]]
name = "test_version_rpc"
path = "examples/test_version_rpc.rs"

[dependencies.bitcoin]
version = "0.32.5"

[dependencies.chrono]
version = "0.4.35"

[dependencies.clap]
version = "4.5.45"
features = ["derive"]

[dependencies.clearscreen]
version = "4.0.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.easy-hasher]
version = "2.2.1"

[dependencies.fedimint-tonic-lnd]
version = "0.3.0"

[dependencies.lightning-invoice]
version = "0.33.1"
features = ["std"]

[dependencies.lnurl-rs]
version = "0.9.0"
features = ["ureq"]
default-features = false

[dependencies.mostro-core]
version = "0.8.0"
features = ["sqlx"]

[dependencies.mutants]
version = "0.0.3"

[dependencies.nostr-sdk]
version = "0.43.0"
features = ["nip59"]

[dependencies.once_cell]
version = "1.20.2"

[dependencies.prost]
version = "0.14.1"

[dependencies.reqwest]
version = "0.12.1"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[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.47.1"
features = ["full"]

[dependencies.toml]
version = "0.9.5"

[dependencies.tonic]
version = "0.14.2"

[dependencies.tonic-prost]
version = "0.14.1"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[dependencies.uuid]
version = "1.17.0"
features = [
    "v4",
    "fast-rng",
    "macro-diagnostics",
    "serde",
]

[dev-dependencies.axum]
version = "0.8.4"

[dev-dependencies.bech32]
version = "0.11.0"

[dev-dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "test-util",
    "macros",
]

[dev-dependencies.tower-http]
version = "0.6.6"
features = ["cors"]

[build-dependencies.tonic-prost-build]
version = "0.14.1"