# 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 = "post-commands" version = "0.1.3" authors = ["Tobias Strobel "] build = false exclude = [ ".editorconfig", ".vscode/", "test/", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ execute preconfigured commands via HTTP post requests """ readme = "README.md" keywords = [ "command", "remote", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/tobx/post-commands" [[bin]] name = "post-commands" path = "src/main.rs" [dependencies.axum] version = "0.7.7" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.215" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" [dependencies.tower-http] version = "0.6.1" features = [ "cors", "trace", ]