[dependencies.anyhow]
version = "1.0.98"
[dependencies.dirs]
version = "6.0.0"
[dependencies.fedimint-core]
version = "=0.9.1"
[dependencies.fs2]
version = "0.4.3"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.141"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "fedimint_portalloc"
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 = "Port allocation utility for Fedimint"
edition = "2024"
license = "MIT"
name = "fedimint-portalloc"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
resolver = "2"
version = "0.9.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]