chrootable-https 0.8.0

Sandbox friendly https 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]
edition = "2018"
name = "chrootable-https"
version = "0.8.0"
authors = ["kpcyrd <git@rxv.cc>"]
description = "Sandbox friendly https client"
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/kpcyrd/chrootable-https"
[dependencies.byteorder]
version = "1.2"

[dependencies.bytes]
version = "0.4"

[dependencies.ct-logs]
version = "0.4"

[dependencies.failure]
version = "0.1.1"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1.5"

[dependencies.hyper]
version = "0.12"

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

[dependencies.log]
version = "0.4"

[dependencies.lru-cache]
version = "0.1.1"

[dependencies.rustls]
version = "0.14"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tokio]
version = "0.1.8"

[dependencies.trust-dns]
version = "0.15"

[dependencies.webpki-roots]
version = "0.15"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.structopt]
version = "0.2"
[target."cfg(unix)".dependencies.resolv-conf]
version = "0.6.0"
features = ["system"]
[target."cfg(windows)".dependencies.ipconfig]
version = "0.1.7"
[badges.travis-ci]
repository = "kpcyrd/chrootable-https"