fedimint-client-module 0.10.0

Library for sending transactions to the Fedimint federation.
Documentation
# 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 = "2024"
name = "fedimint-client-module"
version = "0.10.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for sending transactions to the Fedimint federation."
homepage = "https://fedimint.org"
readme = "README.md"
keywords = [
    "bitcoin",
    "lightning",
    "chaumian",
    "e-cash",
    "federated",
]
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
normal = ["aquamarine"]

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "tokio_unstable",
]

[features]
tor = ["fedimint-api-client/tor"]

[lib]
name = "fedimint_client_module"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.aquamarine]
version = "0.5.0"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bitcoin]
version = "0.32.6"
features = ["serde"]

[dependencies.fedimint-api-client]
version = "=0.10.0"

[dependencies.fedimint-connectors]
version = "=0.10.0"

[dependencies.fedimint-core]
version = "=0.10.0"

[dependencies.fedimint-derive-secret]
version = "=0.10.0"

[dependencies.fedimint-eventlog]
version = "=0.10.0"

[dependencies.fedimint-logging]
version = "=0.10.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.22"
features = [
    "json",
    "rustls-tls",
    "charset",
    "http2",
    "stream",
]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.141"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.48.0"
features = [
    "time",
    "macros",
    "rt",
]

[dependencies.tokio-stream]
version = "0.1.17"
features = ["sync"]

[dependencies.tracing]
version = "0.1.41"

[build-dependencies.fedimint-build]
version = "=0.10.0"

[lints.clippy]
dbg_macro = "deny"
literal_string_with_formatting_args = "deny"