Cargo Features

chik-sdk-client has no features set by default.

[dependencies]
chik-sdk-client = { version = "0.21.0", features = ["native-tls", "rustls"] }
native-tls

Enables native-tls, native-tls of tokio-tungstenite ^0.24.0

Affects tls::create_native_tls_connector

rustls

Enables rustls-tls-webpki-roots of tokio-tungstenite ^0.24.0 and aws-lc-rs, rustls, and rustls-pemfile

aws-lc-rs:

This is to ensure that the bindgen feature is enabled for the aws-lc-rs crate. https://aws.github.io/aws-lc-rs/platform_support.html#tested-platforms

Affects tls::create_rustls_connector