fedimint-testing 0.11.1

fedimint-testing provides a library of shared objects and utilities for testing fedimint components
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-testing"
version = "0.11.1"
authors = ["The Fedimint Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fedimint-testing provides a library of shared objects and utilities for testing fedimint components"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"

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

[features]
tor = [
    "fedimint-gateway-server/tor",
    "fedimint-gateway-common/tor",
]

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

[dependencies.anyhow]
version = "1.0.98"

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

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

[dependencies.aws-lc-sys]
version = "0.39"
features = ["bindgen"]

[dependencies.axum]
version = "0.8.8"

[dependencies.bcrypt]
version = "0.16.0"

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

[dependencies.bitcoincore-rpc]
version = "0.19.0"

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

[dependencies.fedimint-bip39]
version = "=0.11.1"

[dependencies.fedimint-bitcoind]
version = "=0.11.1"

[dependencies.fedimint-client]
version = "=0.11.1"

[dependencies.fedimint-client-module]
version = "=0.11.1"

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

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

[dependencies.fedimint-gateway-common]
version = "=0.11.1"
package = "fedimint-gateway-common"

[dependencies.fedimint-gateway-server]
version = "=0.11.1"
package = "fedimint-gateway-server"

[dependencies.fedimint-lightning]
version = "=0.11.1"
package = "fedimint-lightning"

[dependencies.fedimint-ln-common]
version = "=0.11.1"

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

[dependencies.fedimint-portalloc]
version = "=0.11.1"

[dependencies.fedimint-rocksdb]
version = "=0.11.1"

[dependencies.fedimint-server]
version = "=0.11.1"

[dependencies.fedimint-server-bitcoin-rpc]
version = "=0.11.1"

[dependencies.fedimint-server-core]
version = "=0.11.1"

[dependencies.fedimint-testing-core]
version = "=0.11.1"

[dependencies.fs-lock]
version = "=0.1.10"

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

[dependencies.rand]
version = "0.8.5"

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

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tokio]
version = "1.48.0"

[dependencies.tokio-rustls]
version = "0.26.4"
features = ["aws_lc_rs"]

[dependencies.tracing]
version = "0.1.44"

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