[package] name = "port-plumber" version = "0.3.1" edition = "2021" authors = ["Davide Ghilardi "] description = "Utility bind ports with initialization commands" keywords = [ "cli", "port", "tcp", "daemon" ] repository = "https://github.com/dghilardi/port-plumber" license = "MIT" readme = "README.md" [dependencies] anyhow = "1.0.69" axum = "0.6.18" clap = { version = "4.1.6", features = ["derive"] } dashmap = "5.4.0" dirs = "4.0.0" env_logger = "0.10.0" futures = "0.3.26" handlebars = "4.3.7" hyper = "0.14.26" hyperlocal = "0.8.0" log = "0.4.17" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.96" tokio = { version = "1.25.0", features = ["macros", "rt", "io-util", "time", "net"] } toml = "0.7.2" [profile.release] lto = true