fedimint-testing-core 0.5.0

fedimint-testing provides a basic utils for testing fedimint components
Documentation
[dependencies.anyhow]
version = "1.0.93"

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

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

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.8.5"

[dependencies.tempfile]
version = "3.14.0"

[dependencies.tokio]
version = "1.41.1"

[dependencies.tracing]
version = "0.1.40"

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

[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "fedimint-testing provides a basic utils for testing fedimint components"
edition = "2021"
license = "MIT"
name = "fedimint-testing-core"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.5.0"

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