afterparty-ng 0.4.2

A github webhook server
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "afterparty-ng"
version = "0.4.2"
authors = ["Kenan Sulayman <kenan@sly.mn>", "softprops <d.tangren@gmail.com>"]
build = "build.rs"
description = "A github webhook server"
homepage = "https://github.com/softprops/afterparty"
documentation = "http://softprops.github.io/afterparty"
keywords = ["github", "ci", "webhook", "hyper"]
license = "MIT"
repository = "https://github.com/softprops/afterparty"
[dependencies.case]
version = "1.0.0"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.hex]
version = "0.3.2"

[dependencies.hyper]
version = "0.10"

[dependencies.log]
version = "0.4.6"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.serde]
version = "0.8"

[dependencies.serde_json]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.3"
[build-dependencies.glob]
version = "0.2.11"

[build-dependencies.serde_codegen]
version = "0.8"

[build-dependencies.serde_json]
version = "0.8"