fedimint-api-client 0.10.0

fedimint-api-client provides common code used by client.
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-api-client"
version = "0.10.0"
authors = ["The Fedimint Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fedimint-api-client provides common code used by client."
readme = "README.md"
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
development = ["tokio-test"]

[features]
tor = ["fedimint-connectors/tor"]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-channel]
version = "2.5.0"

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

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

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

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jsonrpsee-core]
version = "0.24.9"

[dependencies.lru]
version = "0.16.3"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.48.0"

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.assert_matches]
version = "1.5.0"

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