Cargo Features

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

These default features are set whenever iamb is added without default-features = false somewhere in the dependency tree.

bundled default = rustls-tls

Enables bundled-sqlite of matrix-sdk

desktop default

Enables notify-rust, clipboard of modalkit

native-tls

Enables native-tls of matrix-sdk

rustls-tls bundled

Enables rustls-tls of matrix-sdk

iamb has 5 features without comments.