# 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 = "tower-github-webhook" version = "0.2.0" authors = ["Sebastian Rollén "] description = "tower-github-webhook is a crate that simplifies validating webhooks received from GitHub " readme = "README.md" keywords = [ "tower", "layer", "service", "github", "webhook", ] categories = [ "authentication", "web-programming", ] license = "MIT" repository = "https://github.com/SebRollen/tower-github-webhook" [dependencies.bytes] version = "1.5.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.http] version = "1.0.0" [dependencies.http-body] version = "1.0.0" [dependencies.http-body-util] version = "0.1.0" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.sha2] version = "0.10.8" [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.2" [dependencies.tracing] version = "0.1.40" [dev-dependencies.axum] version = "0.7.4" features = ["macros"] [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.octocrab] version = "0.33.3" [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.tower] version = "0.4.13" features = ["util"] [dev-dependencies.tracing-subscriber] version = "0.3.18"