Cargo Features

[dependencies]
dynamodb-tester = { version = "0.2.2", default-features = false, features = ["local"] }
default = local

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

local default = anyhow, aws-config, serde, serde_yaml, tokio, xid

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.

anyhow local
aws-config local

Enables aws-config ^0.51.0

serde local
serde_yaml local
tokio local
xid local