fedimint-meta-server 0.3.0

fedimint-meta is a meta consensus fedimint module.
Documentation
[package]
name = "fedimint-meta-server"
version = "0.3.0"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-meta is a meta consensus fedimint module."
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"

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

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

[dependencies]
anyhow = "1.0.66"
async-trait = "0.1.73"
bitcoin_hashes = "0.11.0"
erased-serde = "0.4"
futures = "0.3"
fedimint-core = { version = "=0.3.0", path = "../../fedimint-core" }
fedimint-logging = { version = "=0.3.0", path = "../../fedimint-logging" }
fedimint-meta-common = { version = "=0.3.0", path = "../fedimint-meta-common" }
rand = "0.8"
serde = { version = "1.0.149", features = [ "derive" ] }
secp256k1 = "0.24.2"
strum = "0.24"
strum_macros = "0.24"
thiserror = "1.0.39"
tracing = "0.1.37"
tokio = { version = "1.26.0", features = ["sync"] }