testproxy 0.0.1

Tool for end-to-end testing of proxy 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 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 = "testproxy"
version = "0.0.1"
authors = ["Soner Tari <sonertari@gmail.com>"]
description = "Tool for end-to-end testing of proxy servers"
homepage = "https://github.com/sonertari/TestProxy"
readme = "README.md"
keywords = ["testproxy", "testing", "proxy", "end-to-end"]
categories = ["command-line-utilities", "network-programming"]
license = "GPL-3.0"
repository = "https://github.com/sonertari/TestProxy"
[profile.release]
lto = true
[dependencies.chrono]
version = "0.4.7"

[dependencies.colored]
version = "1.7.0"

[dependencies.fern]
version = "0.5.8"
features = ["colored"]

[dependencies.log]
version = "0.4.6"

[dependencies.openssl]
version = "0.10.22"
features = ["vendored"]

[dependencies.openssl-probe]
version = "0.1.2"

[dependencies.regex]
version = "1.1.7"

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

[dependencies.serde_json]
version = "1.0.39"

[dependencies.structopt]
version = "0.2.15"

[dependencies.time]
version = "0.1.42"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "sonertari/TestProxy"