[package]
name = "fedimint-meta-client"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
description = "fedimint-meta is a meta consensus fedimint module."
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]
[features]
default = []
cli = ["dep:clap"]
[lib]
name = "fedimint_meta_client"
path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
clap = { workspace = true, optional = true }
erased-serde = { workspace = true }
fedimint-api-client = { workspace = true }
fedimint-client = { workspace = true }
fedimint-core = { workspace = true }
fedimint-logging = { workspace = true }
fedimint-meta-common = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
strum = { workspace = true }
strum_macros = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }