# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "port-plumber" version = "0.3.1" authors = ["Davide Ghilardi "] description = "Utility bind ports with initialization commands" readme = "README.md" keywords = [ "cli", "port", "tcp", "daemon", ] license = "MIT" repository = "https://github.com/dghilardi/port-plumber" [profile.release] lto = true [dependencies.anyhow] version = "1.0.69" [dependencies.axum] version = "0.6.18" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.dashmap] version = "5.4.0" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.26" [dependencies.handlebars] version = "4.3.7" [dependencies.hyper] version = "0.14.26" [dependencies.hyperlocal] version = "0.8.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "io-util", "time", "net", ] [dependencies.toml] version = "0.7.2"