hyper-sync-rustls 0.1.0

Glue code for Rustls and synchronous Hyper.
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 = "hyper-sync-rustls"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Glue code for Rustls and synchronous Hyper."
homepage = "https://github.com/SergioBenitez/hyper-sync-rustls"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/hyper-sync-rustls"
[dependencies.webpki-roots]
version = "0.11"
optional = true

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

[dependencies.rustls]
version = "0.9"
[dev-dependencies.env_logger]
version = "0.4"

[features]
server = []
default = ["client", "server"]
client = ["webpki-roots"]