chttp 0.1.4

The practical HTTP client that is fun to use.
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 = "chttp"
version = "0.1.4"
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
description = "The practical HTTP client that is fun to use."
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/sagebind/chttp"
[dependencies.curl]
version = "0.4"

[dependencies.http]
version = "0.1"

[dependencies.json]
version = "0.11"
optional = true

[dependencies.ringtail]
version = "0.1"

[features]
default = []