Cargo Features

[dependencies]
casbin-rxqlite-adapter = { version = "1.2.0", default-features = false, features = ["runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls", "tokio", "async-std"] }
default = runtime-tokio-rustls

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

runtime-async-std-native-tls

databases


async runtime
async-std

Enables runtime-async-std of casbin, runtime-async-std-native-tls of sqlx

runtime-async-std-rustls

Enables runtime-async-std of casbin, runtime-async-std-rustls of sqlx

runtime-tokio-native-tls

tokio

Enables runtime-tokio of casbin, runtime-tokio-native-tls of sqlx

runtime-tokio-rustls default

Enables runtime-tokio of casbin, runtime-tokio-rustls of sqlx

Features from optional dependencies

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications

async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library