cabot 0.2.0

Simple HTTP Client.
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 = "cabot"
version = "0.2.0"
authors = ["Guillaume Gauvrit <guillaume@gauvr.it>"]
description = "Simple HTTP Client."
documentation = "https://docs.rs/crate/cabot"
readme = "README.md"
keywords = ["http", "https", "request", "client"]
categories = ["web-programming::http-client", "command-line-interface"]
license = "BSD-3-Clause"
repository = "https://github.com/mardiros/cabot"

[lib]
name = "cabot"
path = "src/lib.rs"

[[bin]]
name = "cabot"
path = "src/bin.rs"
doc = false
[dependencies.clap]
version = "^2.29.2"

[dependencies.lazy_static]
version = "^0.2.11"

[dependencies.log]
version = "^0.3.8"

[dependencies.pretty_env_logger]
version = "^0.1.0"

[dependencies.regex]
version = "^0.2.5"

[dependencies.rustls]
version = "^0.12.0"

[dependencies.url]
version = "^1.6.0"

[dependencies.webpki]
version = "^0.18.0-alpha"

[dependencies.webpki-roots]
version = "^0.14.0"