actix-server-config 0.1.1

Actix server config utils
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 = "actix-server-config"
version = "0.1.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server config utils"
homepage = "https://actix.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-net.git"
[package.metadata.docs.rs]
features = ["ssl", "rust-tls"]

[lib]
name = "actix_server_config"
path = "src/lib.rs"
[dependencies.futures]
version = "0.1.25"

[dependencies.rustls]
version = "0.15.2"
optional = true

[dependencies.tokio-io]
version = "0.1.12"

[dependencies.tokio-openssl]
version = "0.3.0"
optional = true

[dependencies.tokio-rustls]
version = "0.9.1"
optional = true

[dependencies.tokio-tcp]
version = "0.1"

[features]
default = []
rust-tls = ["rustls", "tokio-rustls"]
ssl = ["tokio-openssl"]