Cargo Features

lance-table has no features set by default.

[dependencies]
lance-table = { version = "0.10.18", features = ["dynamodb", "dynamodb_tests"] }
dynamodb dynamodb_tests? = aws-sdk-dynamodb, lazy_static

Affects commit::dynamodb

dynamodb_tests = 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.

aws-sdk-dynamodb dynamodb?

Enables aws-sdk-dynamodb ^0.34

lazy_static dynamodb?