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 wheneverlapin-async
is added without
somewhere in the dependency tree.default-features = false - 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.