Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

azure_iot_operations_services has no features set by default.

[dependencies]
azure_iot_operations_services = { version = "1.3.0-beta1", features = ["all", "state_store", "schema_registry", "edge_registry", "leased_lock", "azure_device_registry"] }
all = azure_device_registry, edge_registry, leased_lock, schema_registry, state_store
state_store all? leased_lock?

Affects azure_iot_operations_services::state_store, common::dispatcher

schema_registry all? = base64, bigdecimal, chrono, iso8601-duration, serde, serde_json, time, uuid

Affects azure_iot_operations_services::schema_registry

edge_registry all? = base64, bigdecimal, chrono, iso8601-duration, serde, serde_json, time, uuid

Affects azure_iot_operations_services::edge_registry

leased_lock all? = state_store

Affects azure_iot_operations_services::leased_lock

azure_device_registry all? = base64, bigdecimal, chrono, iso8601-duration, serde, serde_json, time, tokio-util, uuid

Affects azure_iot_operations_services::azure_device_registry, common::dispatcher

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.

tokio-util azure_device_registry?
serde azure_device_registry? edge_registry? schema_registry?
serde_json azure_device_registry? edge_registry? schema_registry?
chrono azure_device_registry? edge_registry? schema_registry?
iso8601-duration azure_device_registry? edge_registry? schema_registry?
base64 azure_device_registry? edge_registry? schema_registry?
bigdecimal azure_device_registry? edge_registry? schema_registry?
time azure_device_registry? edge_registry? schema_registry?
uuid azure_device_registry? edge_registry? schema_registry?