Cargo Features

[dependencies]
dynamodb-adapter = { version = "0.1.0", default-features = false, features = ["runtime-tokio", "async-std"] }
default = runtime-tokio

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

runtime-tokio default

Enables runtime-tokio of casbin and rt of tokio

tokio:

Includes basic task execution capabilities

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.

async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library

tokio runtime-tokio