135 releases (41 stable)
8.1.2 | May 10, 2025 |
---|---|
8.1.1 | Mar 17, 2025 |
8.1.0 | Feb 24, 2025 |
8.0.0-beta.1 | Dec 9, 2024 |
0.15.0 | Mar 28, 2017 |
#146 in Network programming
179,246 downloads per month
Used in 128 crates
(8 directly)
280KB
6K
SLoC
amq-protocol
Features
- codegen: force code generation (default to pregenerated sources)
- vendored-openssl: use a vendored openssl version instead of the system one (when using openssl backend)
- verbose-errors: enable more verbose errors in the AMQP parser
TLS backends
- native-tls
- openssl
- rustls (default)
Rustls certificates store
- rustls-native-certs (default)
- rustls-webpki-roots-certs
Warning about crypto backends for rustls
A crypto implementation must be enabled in rustls using feature flags. We mimic what rustls does, providing one feature flag per implementation and enabling the same as rustls by default. Available options are:
rustls--aws_lc_rs
(default)rustls--ring
lib.rs
:
AMQP manipulation library
amq-protocol is a library aiming at providing tools to help implementing software using AMQP
Dependencies
~4–25MB
~491K SLoC