fedimint-unknown-server 0.3.0

fedimint-unknown-server is a test fedimint module that doesn't have any client side implementation.
Documentation
[package]
name = "fedimint-unknown-server"
version = "0.3.0"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-unknown-server is a test fedimint module that doesn't have any client side implementation."
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"

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

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

[dependencies]
anyhow = "1.0.81"
async-trait = "0.1.77"
erased-serde = "0.4"
futures = "0.3"
fedimint-core = { version = "=0.3.0", path = "../../fedimint-core" }
fedimint-unknown-common = { version = "=0.3.0", path = "../fedimint-unknown-common" }
rand = "0.8"
serde = { version = "1.0.197", features = [ "derive" ] }
strum = "0.26"
strum_macros = "0.26"
thiserror = "1.0.58"
tracing = "0.1.40"
tokio = { version = "1.36.0", features = ["sync"] }