fedimint-portalloc 0.4.3

Port allocation utility for Fedimint
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.dirs]
version = "5.0.1"

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

[dependencies.fs2]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.120"

[dependencies.tracing]
version = "0.1.40"

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

[package]
authors = ["The Fedimint Developers"]
description = "Port allocation utility for Fedimint"
edition = "2021"
license = "MIT"
name = "fedimint-portalloc"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.4.3"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]