# 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 = "descry" version = "0.0.6" authors = ["bennjii"] description = "GitHub Webhook Listener and Runner" readme = "README.md" keywords = [ "github", "webhook", ] license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" [dependencies.clap] version = "~2.33" features = [] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.hyper] version = "~0.12" [dependencies.log] version = "~0.4" [dependencies.pretty_env_logger] version = "~0.3" [dependencies.rifling] version = "~0.4" features = [ "hyper-support", "logging", "crypto-use-rustcrypto", "content-type-urlencoded", ] default-features = false [dependencies.run_script] version = "~0.10.0" [dependencies.yaml-rust] version = "~0.4" [badges]