fisher 1.0.0-beta.7

Webhooks catcher written in Rust
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 = "fisher"
version = "1.0.0-beta.7"
authors = ["Pietro Albini <pietro@pietroalbini.io>"]
description = "Webhooks catcher written in Rust"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/pietroalbini/fisher"
[profile.release]
lto = true

[[bin]]
name = "fisher"
doc = false
[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde]
version = "^1.0"

[dependencies.url]
version = "^1.2"

[dependencies.ansi_term]
version = "^0.9"

[dependencies.clippy]
version = "^0.0"
optional = true

[dependencies.libc]
version = "^0.2"

[dependencies.ring]
version = "^0.11"
optional = true

[dependencies.regex]
version = "^0.2"

[dependencies.rand]
version = "^0.3"

[dependencies.tiny_http]
version = "^0.5"

[dependencies.signal]
version = "^0.3"

[dependencies.fisher_common]
version = "^0.2"

[dependencies.fisher_processor]
version = "^0.1"

[dependencies.lazy_static]
version = "^0.2"

[dependencies.clap]
version = "^2.11"

[dependencies.serde_json]
version = "^1.0"
[dev-dependencies.hyper]
version = "^0.10"

[features]
provider-github = ["ring"]
provider-gitlab = []
default = ["provider-github", "provider-gitlab"]