Cargo Features

[dependencies]
iamb = { version = "0.0.9", default-features = false, features = ["bundled", "native-tls", "rustls-tls"] }
default = bundled

The bundled feature is set by default whenever iamb is added without default-features = false somewhere in the dependency tree.

bundled default = rustls-tls

Enables bundled-sqlite of matrix-sdk

native-tls

Enables native-tls of matrix-sdk

rustls-tls bundled

Enables rustls-tls of matrix-sdk

iamb has 4 features without comments.