Cargo Features
[dependencies]
dynamodb-tester = { version = "0.2.2", default-features = false, features = ["local"] }
- default = local
-
The
local
feature is set by default wheneverdynamodb-tester
is added without
somewhere in the dependency tree.default-features = false - 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.