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