Cargo Features
AmqpCodec has no features set by default.
[dependencies]
amqp-codec = { version = "0.1.0", features = ["from-spec"] }
- from-spec = handlebars, lazy_static, regex, serde, serde_derive, serde_json
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.
- handlebars build from-spec?
-
Enables handlebars ^0.27
- serde build from-spec?
- serde_derive build from-spec?
- serde_json build from-spec?
- lazy_static build from-spec?
- regex build from-spec?