fedimint-testing-core 0.10.0

fedimint-testing provides a basic utils 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-core"
version = "0.10.0"
authors = ["The Fedimint Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fedimint-testing provides a basic utils 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",
]

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

[dependencies.anyhow]
version = "1.0.98"

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

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

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

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

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

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.8.5"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tokio]
version = "1.48.0"

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

[dependencies.tracing]
version = "0.1.41"

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