Cargo Features

[dependencies]
azure_core_amqp = { version = "0.3.0", default-features = false, features = ["cplusplus", "fe2o3_amqp", "test"] }
default = fe2o3_amqp

The fe2o3_amqp feature is set by default whenever azure_core_amqp is added without default-features = false somewhere in the dependency tree.

cplusplus

Affects azure_core_amqp::Serializable, azure_core_amqp::Deserializable, value::AmqpComposite

fe2o3_amqp default = fe2o3-amqp-cbs, fe2o3-amqp-ext, fe2o3-amqp-management, fe2o3-amqp-types, serde_amqp, serde_bytes

Enables fe2o3-amqp ^0.12

test

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.

fe2o3-amqp-cbs fe2o3_amqp

Enables fe2o3-amqp-cbs ^0.12

fe2o3-amqp-ext fe2o3_amqp

Enables fe2o3-amqp-ext ^0.12

fe2o3-amqp-management fe2o3_amqp

Enables fe2o3-amqp-management ^0.12

fe2o3-amqp-types fe2o3_amqp

Enables fe2o3-amqp-types ^0.12

serde_amqp fe2o3_amqp

Enables serde_amqp ^0.12

serde_bytes fe2o3_amqp