# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ntex-connect" version = "1.1.0" authors = ["ntex contributors "] description = "ntexwork connect utils for ntex framework" homepage = "https://ntex.rs" documentation = "https://docs.rs/ntex-connect/" keywords = [ "network", "framework", "async", "futures", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ntex-rs/ntex.git" [lib] name = "ntex_connect" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.ntex-io] version = "1.0.0" [dependencies.ntex-net] version = "1.0" [dependencies.ntex-tls] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.tls_openssl] version = "0.10" optional = true package = "openssl" [dependencies.tls_rust] version = "0.23" optional = true package = "rustls" [features] async-std = ["ntex-net/async-std"] default = [] glommio = ["ntex-net/glommio"] openssl = [ "ntex-tls/openssl", "tls_openssl", ] rustls = [ "ntex-tls/rustls", "tls_rust", ] tokio = ["ntex-net/tokio"]