# 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 = "github-webhook-extract" version = "0.1.0" description = "Parse and verify Github webhook requests" homepage = "https://github.com/beaconbrigade/system-hook/tree/master/github-webhook-extract" documentation = "https://docs.rs/github-webhook-extract" readme = "README.md" categories = [ "webhook", "web", "github", ] license = "MIT" repository = "https://github.com/beaconbrigade/system-hook.git" [dependencies.axum] version = "0.6.12" optional = true [dependencies.bytes] version = "1.4.0" [dependencies.digest] version = "0.10.6" features = ["mac"] [dependencies.generic-array] version = "0.14.6" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_path_to_error] version = "0.1.11" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.0" features = ["serde"] [features] axum = ["dep:axum"] default = []