# 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 = "hook0-output-worker" version = "0.3.0" authors = [ "David Sferruzza ", "François-Guillaume Ribreau ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Worker for Hook0 Open-Source Webhooks as a service for SaaS" homepage = "https://www.hook0.com/" readme = "README.md" keywords = [ "webhooks", "webhook", "webhook-server", "events", "saas", ] license = "SSPL-1.0" repository = "https://gitlab.com/hook0/hook0/-/tree/master/output-worker" [[bin]] name = "hook0-output-worker" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", "cargo", "wrap_help", ] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.hook0-sentry-integration] version = "0.1.0" [dependencies.humantime] version = "2.1.0" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.7" features = [ "charset", "http2", "macos-system-configuration", "hickory-dns", "json", ] default-features = false [dependencies.serde] version = "1.0.208" [dependencies.serde_json] version = "1.0.125" [dependencies.sha2] version = "0.10.8" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "tls-rustls", "postgres", "macros", "uuid", "chrono", "time", "json", ] default-features = false [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.39.3" features = [ "rt-multi-thread", "macros", "time", ] [dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = ["reqwest-rustls-tls-webpki-roots"] reqwest-rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] reqwest-rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]