Cargo Features

swimos_remote has no features set by default.

[dependencies]
swimos_remote = { version = "0.1.1", features = ["tls", "ring_provider", "aws_lc_rs_provider", "hickory_dns"] }
tls = rustls, rustls-pemfile, tokio-rustls, webpki, webpki-roots

Affects swimos_remote::tls

ring_provider
aws_lc_rs_provider
hickory_dns = hickory-resolver

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.

hickory-resolver hickory_dns?
rustls tls?
webpki tls?
webpki-roots tls?
tokio-rustls tls?
rustls-pemfile tls?