system-hook 0.2.1

shook: webhook server to automatically update production servers
# 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 = "system-hook"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shook: webhook server to automatically update production servers"
homepage = "https://github.com/beaconbrigade/system-hook"
documentation = "https://docs.rs/shook"
readme = "README.md"
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/beaconbrigade/system-hook.git"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/shook-{ target }-v{ version }{ archive-suffix }"
pkg-dir = "shook-{ target }-v{ version }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[[bin]]
name = "shook"
path = "src/main.rs"

[dependencies.argh]
version = "0.1.10"

[dependencies.axum]
version = "0.6.20"
features = ["macros"]

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.dialoguer]
version = "0.10"
features = ["completion"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.28"

[dependencies.github-webhook-extract]
version = "0.1.0"
features = ["axum"]

[dependencies.hyper]
version = "0.14.25"
features = ["full"]

[dependencies.nix]
version = "0.26.2"
features = [
    "user",
    "fs",
]
default-features = false

[dependencies.serde]
version = "1.0.158"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.94"

[dependencies.text-completions]
version = "0.1.0"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
version = "1.45.0"
features = ["full"]

[dependencies.toml]
version = "0.7.3"

[dependencies.tower-http]
version = "0.4.0"
features = ["trace"]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3.16"
features = ["env-filter"]