chrootable-https 0.2.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]
name = "chrootable-https"
version = "0.2.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.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.14"

[dependencies.log]
version = "0.4"

[dependencies.rustls]
version = "0.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tokio-core]
version = "0.1.17"

[dependencies.trust-dns-proto]
version = "0.5.0-alpha.1"

[dependencies.trust-dns-resolver]
version = "0.10.0-alpha.1"

[dependencies.webpki-roots]
version = "0.15"
[dev-dependencies.env_logger]
version = "0.5"
[badges.travis-ci]
repository = "kpcyrd/chrootable-https"