# 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-webhooks" version = "0.1.0-alpha.0" authors = ["Carter Himmel "] description = "Utilities for handling GitHub webhooks in various Rust web frameworks" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.71" [dependencies.async-trait] version = "0.1.68" [dependencies.axum] version = "0.6" features = [ "macros", "headers", "tokio", ] optional = true [dependencies.headers] version = "0.3.8" optional = true [dependencies.hex] version = "0.4.3" [dependencies.http] version = "0.2.9" optional = true [dependencies.ring] version = "0.16.20" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tokio] version = "1" features = ["full"] [features] axum = [ "dep:axum", "dep:headers", "dep:http", ] default = ["axum"]