[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 is a Federated Chaumian E-Cash Mint, natively compatible with Bitcoin & the Lightning Network"
documentation = "https://github.com/fedimint/fedimint/tree/master/docs"
edition = "2024"
homepage = "https://fedimint.org"
keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"]
license = "MIT"
name = "fedimint-server-tests"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"
version = "0.8.2"
[[test]]
name = "fedimint_server_migration"
path = "tests/migration.rs"