# 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 = "zbx-webhook-proxy" version = "0.3.0" authors = ["Ross Williams "] description = "Accept HTTP GET params or POSTed JSON and send values to Zabbix Server as JSON" homepage = "https://github.com/overhacked/zbx-webhook-proxy/" readme = "README.md" keywords = [ "Zabbix", "webhook", "proxy", "json", "http", ] categories = [ "web-programming", "config", "command-line-utilities", ] license = "BSD-3-Clause" repository = "https://github.com/overhacked/zbx-webhook-proxy/" resolver = "2" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.jmespath] version = "0.3.0" features = ["sync"] [dependencies.pretty_env_logger] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.41" features = ["preserve_order"] [dependencies.simple-eyre] version = "0.3.1" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.11" features = ["macros"] [dependencies.tokio] version = "1.18.0" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.35" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.15" features = ["local-time"] [dependencies.trust-dns-resolver] version = "0.21.2" [dependencies.warp] version = "0.3" default-features = false [dependencies.zbx_sender] version = "0.3.0"