trigger 1.0.0

Yet another GitHub Webhook listener
Documentation
# 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 = "trigger"
version = "1.0.0"
authors = ["Kay Lin <i@v2bv.net>"]
description = "Yet another GitHub Webhook listener"
homepage = "https://github.com/RedL0tus/trigger"
readme = "README.md"
keywords = ["github", "ci", "webhook"]
categories = ["command-line-utilities", "web-programming::http-server"]
license = "MIT"
repository = "https://github.com/RedL0tus/trigger"
[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.hyper]
version = "~0.12"

[dependencies.log]
version = "~0.4"

[dependencies.pretty_env_logger]
version = "~0.3"

[dependencies.rifling]
version = "~0.3"
features = ["hyper-support", "crypto-use-rustcrypto"]
default-features = false

[dependencies.run_script]
version = "~0.2"

[dependencies.yaml-rust]
version = "~0.4"
[badges.travis-ci]
branch = "master"
repository = "RedL0tus/trigger"