# 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-listen" version = "1.2.2" authors = ["Ben Boeckel "] description = """ A webhook listener which drops the responses with into specified directories. """ readme = "README.md" keywords = [ "webhook", "server", ] categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://gitlab.kitware.com/utils/webhook-listen" [[bin]] name = "webhook-listen" [dependencies.clap] version = "^3.2.3" features = [ "cargo", "std", ] default-features = false [dependencies.env_logger] version = "~0.10" [dependencies.futures] version = "~0.3" [dependencies.http] version = "~0.2" [dependencies.human-panic] version = "^1.0.2" [dependencies.hyper] version = "~0.14.12" features = [ "client", "http1", "server", "stream", "tcp", ] [dependencies.log] version = "~0.4.4" [dependencies.regex] version = "^1.5.5" [dependencies.sentry] version = "~0.27" optional = true default-features = false [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.systemd] version = "~0.10" optional = true [dependencies.thiserror] version = "^1.0" [dependencies.thread_local] version = "^1.1.4" [dependencies.tokio] version = "^1.18.5" features = [ "rt", "rt-multi-thread", ] [dependencies.webhook-router] version = "~0.2"