# 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.3.0-alpha.1" authors = ["Nikolay Kim "] 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 = ["openssl", "rustls"] [lib] name = "actix_server_config" path = "src/lib.rs" [dependencies.tokio-io] version = "=0.2.0-alpha.6" [dependencies.tokio-net] version = "=0.2.0-alpha.6" features = ["tcp", "uds"] [dependencies.tokio-openssl] version = "0.4.0-alpha.6" optional = true [features] default = [] openssl = ["tokio-openssl"]