# 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 = "deplorable" version = "0.2.0" authors = ["Amit Aryeh Levy "] description = "A simple & small daemon to deploy static website and other code from GitHub webhooks" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/alevy/deplorable" [dependencies.bytes] version = "~0.5" [dependencies.clap] version = "^2.33" features = ["yaml"] [dependencies.http] version = "~0.2" [dependencies.httparse] version = "^1.3.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.ring] version = "~0.16" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_yaml] version = "^0.8"