yukikaze 0.3.0

Beautiful and elegant HTTP client library.
# 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 = "yukikaze"
version = "0.3.0"
authors = ["Douman <douman@gmx.se>"]
include = ["**/*.rs", "**/*.pest", "Cargo.toml", "README.md"]
description = "Beautiful and elegant HTTP client library."
readme = "README.md"
keywords = ["http", "http-client"]
categories = ["web-programming::http-client"]
license = "Apache-2.0"
repository = "https://gitlab.com/Douman/yukikaze"
[package.metadata.docs.rs]
features = ["flate2-c", "encoding", "rt"]
[dependencies.bytes]
version = "0.4"

[dependencies.cookie]
version = "0.11"

[dependencies.data-encoding]
version = "2"

[dependencies.encoding]
version = "0.2"
optional = true

[dependencies.etag]
version = "1"

[dependencies.flate2]
version = "^1.0.2"
optional = true
default-features = false

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.httpdate]
version = "^0.3.2"

[dependencies.hyper]
version = "0.12"
default-features = false

[dependencies.hyper-rustls]
version = "0.14"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "^2.0.0-alpha.6"

[dependencies.percent-encoding]
version = "1"

[dependencies.pest]
version = "1"

[dependencies.pest_derive]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.5"

[dependencies.tokio]
version = "0.1"
[dev-dependencies.serde_derive]
version = "1"

[features]
default = ["flate2-c"]
flate2-c = ["flate2/miniz-sys"]
flate2-rust = ["flate2/rust_backend"]
rt = []