rifling 0.2.1

A library for creating Github webhook listener
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]
edition = "2018"
name = "rifling"
version = "0.2.1"
authors = ["Kay Lin <i@v2bv.net>"]
description = "A library for creating Github webhook listener"
homepage = "https://github.com/RedL0tus/rifling"
readme = "README.md"
keywords = ["github", "webhook", "ci"]
license = "MIT"
repository = "https://github.com/RedL0tus/rifling"
[dependencies.futures]
version = "0.1"

[dependencies.hex]
version = "0.3"

[dependencies.hyper]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.ring]
version = "0.14"

[dependencies.url]
version = "1.7"
[dev-dependencies.pretty_env_logger]
version = "0.3"
[badges.maintenance]
status = "experimental"