# 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 = "2018" name = "webhook-httpd" version = "0.1.6" authors = ["Maarten de Vries "] description = "simple HTTP(S) server for receiving webhooks and running commands" readme = "README.md" keywords = [ "webhook", "server", "http", "https", "CI", ] categories = ["web-programming::http-server"] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/webhook-httpd" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.4.5" features = [ "derive", "color", ] [dependencies.env_logger] version = "0.10.0" [dependencies.hmac] version = "0.12.1" [dependencies.hyper] version = "0.14.11" features = [ "http1", "http2", "runtime", "server", ] [dependencies.indexmap] version = "2.0.2" features = ["serde"] [dependencies.log] version = "0.4.14" features = ["serde"] [dependencies.openssl] version = "0.10.55" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_yaml] version = "0.9.13" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1.24.2" features = [ "rt", "process", "net", "io-util", "macros", "signal", "time", ] [dependencies.tokio-openssl] version = "0.6.2" [dependencies.tokio-stream] version = "0.1.7" features = ["io-util"] [dev-dependencies.assert2] version = "0.3.6" [dev-dependencies.multer] version = "2.1.0" features = ["tokio-io"] [dev-dependencies.tokio] version = "1.24.2" features = [ "rt", "macros", "io-std", ] [features] static-openssl = ["openssl/vendored"]