Cargo Features

[dependencies]
scrappy-connect = { version = "0.0.1", default-features = false, features = ["openssl", "rustls", "uri"] }
default = uri

The uri feature is set by default whenever scrappy-connect is added without default-features = false somewhere in the dependency tree.

openssl = open-ssl, tokio-openssl

Affects ssl::openssl

rustls = rust-tls, tokio-rustls, webpki

Affects ssl::rustls

uri default = http

support http::Uri as connect address

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

http uri

Enables http ^0.2.0

open-ssl openssl?

Enables openssl

tokio-openssl openssl?

Enables tokio-openssl ^0.4.0

rust-tls rustls?

Enables rustls ^0.16.0

tokio-rustls rustls?

Enables tokio-rustls ^0.12.0

webpki rustls?

Enables webpki ^0.21