fedimint-server-tests 0.10.0

Fedimint is a Federated Chaumian E-Cash Mint, natively compatible with Bitcoin & the Lightning Network
# 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-tests"
version = "0.10.0"
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"

[[test]]
name = "fedimint_server_migration"
path = "tests/migration.rs"

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