# 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" rust-version = "1.64.0" name = "github-webhook" version = "0.5.2" authors = [ "sksat ", "s-ylide", ] build = "build.rs" description = "GitHub Webhooks for Rust" documentation = "https://sksat.github.io/github-webhook-rs/github_webhook" readme = "README.md" license = "MIT" repository = "https://github.com/sksat/github-webhook-rs" [package.metadata.octokit-webhooks] repository = "octokit/webhooks" version = "v7.3.1" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dev-dependencies.reqwest] version = "0.11.23" [build-dependencies.anyhow] version = "1.0.79" [build-dependencies.cargo_metadata] version = "0.18.1" [build-dependencies.github-webhook-dts-downloader] version = "0.5"