# 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 = "http-sh" version = "0.1.0" description = "An HTTP server for executing shell scripts." homepage = "https://github.com/cablehead/http-sh" readme = "README.md" keywords = [ "http", "shell", "bash", "server", ] categories = [ "web-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/cablehead/http-sh" [lib] name = "http_sh" path = "src/lib.rs" [[bin]] name = "http-sh" [dependencies.clap] version = "4.1.4" features = [ "derive", "wrap_help", ] [dependencies.command-fds] version = "0.2.2" features = ["tokio"] [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2.8" [dependencies.http-serde] version = "1.1.0" [dependencies.hyper] version = "0.14" features = [ "server", "http1", "http2", "runtime", ] [dependencies.hyper-staticfile] version = "0.9.4" [dependencies.nix] version = "0.26.2" features = ["signal"] [dependencies.rustls] version = "0.21.0" [dependencies.rustls-pemfile] version = "1.0.2" [dependencies.scru128] version = "2.2.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.83" features = ["preserve_order"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-pipe] version = "0.2.12" [dependencies.tokio-rustls] version = "0.24.0" [dependencies.tokio-util] version = "0.7.3" features = ["full"] [dependencies.url] version = "2.3.1" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.scopeguard] version = "1.1.0" [dev-dependencies.sysinfo] version = "0.28.3" [dev-dependencies.tempfile] version = "3"