# 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 = "axum-github-webhook-extract" version = "0.2.0" authors = ["Naitik Shah "] description = "A library to secure GitHub Webhooks and extract JSON event payloads in Axum." readme = "readme.md" keywords = [ "axum", "github", ] categories = [] license = "MIT" repository = "https://github.com/daaku/axum-github-webhook-extract" [dependencies.axum] version = "0.7.2" [dependencies.hex] version = "0.4" [dependencies.hmac-sha256] version = "1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.subtle] version = "2.5" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.0.1" default-features = false [dev-dependencies.tokio] version = "1.35" features = ["macros"] [dev-dependencies.tower] version = "0.4" default-features = false