dip/Cargo.toml
2020-11-02 19:56:57 -06:00

33 lines
657 B
TOML

[package]
name = "dip"
description = "Configurable webhook server."
version = "0.2.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[features]
github = []
default = ["github"]
[dependencies]
anyhow = "1.0.34"
futures = "0.3.7"
generic-array = "0.14.4"
hmac = "0.10.1"
hyper = { version = "0.13", features = ["stream"] }
lazy_static = "1.4.0"
mktemp = "0.4.0"
notify = "4.0.15"
owning_ref = "0.4.1"
parking_lot = "0.11.0"
regex = "1.4.2"
secstr = "0.4.0"
serde = "1.0.117"
serde_derive = "1.0.117"
serde_json = "1.0.59"
sha-1 = "0.9.1"
structopt = "0.3.20"
tokio = { version = "0.3", features = ["full"] }
toml = "0.5.7"
walkdir = "2.3.1"