# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tide-github" version = "0.3.0" authors = ["Koen Wilde "] description = "Easily process Github webhooks using tide" keywords = ["tide", "github", "webhooks"] categories = ["web-programming", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/paritytech/tide-github" [dependencies.async-std] version = "1.8" features = ["attributes"] [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.octocrab] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tide] version = "0.16"