1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

remove server feature

This commit is contained in:
Nikolay Kim
2019-12-02 17:04:42 +06:00
parent f55f96bc77
commit 3385682e09
3 changed files with 2 additions and 21 deletions

View File

@ -13,7 +13,7 @@ edition = "2018"
workspace = ".."
[package.metadata.docs.rs]
features = ["server", "openssl", "rustls"]
features = ["openssl", "rustls"]
[lib]
name = "actix_tls"
@ -38,9 +38,6 @@ either = "1.5.2"
futures = "0.3.1"
log = "0.4"
# server feature
actix-server = { version = "0.8.0-alpha.1", optional=true }
# openssl
open-ssl = { version="0.10", package = "openssl", optional = true }
tokio-openssl = { version = "=0.4.0-alpha.6", optional = true }