# 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 = "webhook_listener" version = "0.2.1" authors = ["FKYnJYQ "] description = "A web server for listening gitlab webhook's request, built with actix-web." homepage = "https://gitlab.com/FKYnJYQ/webhook-listener" documentation = "https://gitlab.com/FKYnJYQ/webhook-listener" readme = "readme.md" keywords = ["gitlab", "webhook"] categories = ["command-line-utilities", "web-programming::http-client"] license = "WTFPL" repository = "https://gitlab.com/FKYnJYQ/webhook-listener" [dependencies.actix-web] version = "1.0.3" [dependencies.clap] version = "~2.33.0" [dependencies.env_logger] version = "0.6.2" [dependencies.log] version = "0.4.0"