Cargo Features

[dependencies]
lapin-async = { version = "0.22.1", default-features = false, features = ["native-tls", "openssl", "rustls", "tokio"] }
default = native-tls

The native-tls feature is set by default whenever lapin-async is added without default-features = false somewhere in the dependency tree.

native-tls default

Enables native-tls of amq-protocol ^2.0.2

openssl

Enables openssl of amq-protocol ^2.0.2

rustls

Enables rustls of amq-protocol ^2.0.2

tokio

Enables tokio of amq-protocol ^2.0.2

lapin-async has 5 features without comments.