# 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-router" version = "0.2.2" authors = ["Ben Boeckel "] description = """ Classifies and routes webhooks according to rules and webhook contents. """ readme = "README.md" keywords = [ "webhook", "server", ] license = "MIT/Apache-2.0" repository = "https://gitlab.kitware.com/utils/webhook-listen" [dependencies.chrono] version = "~0.4.20" features = ["clock"] default-features = false [dependencies.hex] version = "~0.4" [dependencies.http] version = "~0.2" [dependencies.itertools] version = "~0.10" [dependencies.log] version = "~0.4.4" [dependencies.rand] version = "~0.8" [dependencies.ring] version = "~0.16.13" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0" [dev-dependencies.tempfile] version = "^3.4.0"