[package] name = "deplorable" version = "0.2.0" authors = ["Amit Aryeh Levy "] edition = "2018" license = "GPL-3.0-or-later" description = "A simple & small daemon to deploy static website and other code from GitHub webhooks" repository = "https://github.com/alevy/deplorable" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "~0.5" clap = {"version"= "^2.33", features=["yaml"]} ring = "~0.16" http = "~0.2" httparse = "^1.3.4" reqwest = { version = "0.11", features = [ "blocking", "json" ] } serde = { version = "^1.0", features = ["derive"] } serde_yaml = "^0.8"