# 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 = "2018" name = "warp_github_webhook" version = "0.7.0" authors = ["Konrad Borowski "] description = "GitHub webhook for Warp web framework" keywords = ["warp", "webhook", "github"] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/KonradBorowski/warp_github_webhook" [dependencies.bytes] version = "1.0.1" [dependencies.hex] version = "0.4.0" [dependencies.hmac] version = "0.12.0" [dependencies.serde] version = "1.0.104" [dependencies.serde_json] version = "1.0.45" [dependencies.sha2] version = "0.10.1" [dependencies.warp] version = "0.3.0" default-features = false [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.tokio] version = "1.0.2" features = ["macros"]