# 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 = "2021" name = "webhookd" version = "0.2.3" authors = ["Jiajie Chen "] description = "GitLab/GitHub webhook daemon to run scripts on trigger" readme = "README.md" keywords = [ "webhook", "gitlab", "github", ] license = "GPL-3.0-or-later" repository = "https://github.com/jiegec/webhookd" [package.metadata.deb] assets = [ [ "target/release/webhookd", "usr/bin/webhookd", "755", ], [ "webhookd.service", "lib/systemd/system/", "644", ], ] name = "webhookd" section = "web" [profile.release] debug = "line-tables-only" [dependencies.actix] version = "0.13" [dependencies.actix-rt] version = "2" [dependencies.actix-web] version = "4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.8"