Cargo Features

[dependencies]
dynalock = { version = "0.1.0", default-features = false, features = ["dynamodb"] }
default = dynamodb

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

dynamodb default = rusoto_core, rusoto_dynamodb, uuid

Affects providers::dynamodb

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.

uuid dynamodb

Enables uuid ^0.6

rusoto_core dynamodb

Enables rusoto_core ^0.32

rusoto_dynamodb dynamodb

Enables rusoto_dynamodb ^0.32