httpbox 0.1.0

A command line HTTP client that aims to be as feature rich as your shell scripting skills can handle
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 = "httpbox"
version = "0.1.0"
authors = ["Ivan De Marino <detronizator@gmail.com>"]
exclude = [".travis.*"]
description = "A command line HTTP client that aims to be as feature rich as your shell scripting skills can handle"
homepage = "https://github.com/detro/httpbox"
readme = "README.md"
keywords = ["cli", "http", "client", "download", "parallel"]
categories = ["command-line-utilities", "web-programming::http-client"]
license = "Apache-2.0"
repository = "https://github.com/detro/httpbox.git"
[profile.release]
lto = true
panic = "abort"

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

[[bin]]
name = "httpbox"
path = "src/main.rs"
[dependencies.clap]
version = "2.30.0"

[dependencies.log]
version = "0.4.1"

[dependencies.log4rs]
version = "0.8.0"

[dependencies.reqwest]
version = "0.8.5"
[badges.travis-ci]
repository = "detro/httpbox"