# 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.1.2" authors = ["Kay Lin "] description = "Yet another GitHub/GitLab Webhook listener" homepage = "https://github.com/RedL0tus/trigger" readme = "README.md" keywords = ["github", "gitlab", "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.4" features = ["hyper-support", "logging", "crypto-use-rustcrypto", "content-type-urlencoded"] default-features = false [dependencies.run_script] version = "~0.2" [dependencies.yaml-rust] version = "~0.4" [badges.travis-ci] branch = "master" repository = "RedL0tus/trigger"