[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"