fedimint-server-core 0.11.2

Fedimint is a Federated Chaumian E-Cash Mint, natively compatible with Bitcoin & the Lightning Network
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fedimint-server-core"
version = "0.11.2"
authors = ["The Fedimint Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fedimint is a Federated Chaumian E-Cash Mint, natively compatible with Bitcoin & the Lightning Network"
homepage = "https://fedimint.org"
documentation = "https://github.com/fedimint/fedimint/tree/master/docs"
readme = "README.md"
keywords = [
    "bitcoin",
    "lightning",
    "chaumian",
    "e-cash",
    "federated",
]
license = "MIT"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bitcoin]
version = "0.32.6"
features = ["serde"]

[dependencies.bls12_381]
version = "0.8.0"

[dependencies.fedimint-api-client]
version = "=0.11.2"

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

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

[dependencies.futures]
version = "0.3.32"

[dependencies.group]
version = "0.13.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.tokio]
version = "1.48.0"

[dependencies.tracing]
version = "0.1.44"

[lints.clippy]
dbg_macro = "deny"
literal_string_with_formatting_args = "deny"