Cargo Features

amqprs has no features set by default.

[dependencies]
amqprs = { version = "1.6.0", features = ["compliance_assert", "traces", "tls", "urispec"] }
compliance_assert
traces = tracing
tls = rustls-pemfile, tokio-rustls, webpki-roots

Affects api::tls

urispec = uriparse

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tracing traces?
uriparse urispec?
tokio-rustls tls?

Enables tokio-rustls ^0.23

SSL/TLS dependencies

rustls-pemfile tls?

Enables rustls-pemfile ^1

webpki-roots tls?

Enables webpki-roots ^0.22