[dependencies.anyhow]
version = "1.0.98"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.erased-serde]
version = "0.4"
[dependencies.fedimint-core]
version = "=0.9.1"
[dependencies.fedimint-empty-common]
version = "=0.9.1"
[dependencies.fedimint-server-core]
version = "=0.9.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.strum]
features = ["derive"]
version = "0.27"
[dependencies.strum_macros]
version = "0.27"
[lib]
name = "fedimint_empty_server"
path = "src/lib.rs"
[lints.clippy]
literal_string_with_formatting_args = "deny"
[package]
authors = ["The Fedimint Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "fedimint-empty is a empty fedimint module, good template for a new module."
edition = "2024"
license = "MIT"
name = "fedimint-empty-server"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"
version = "0.9.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]