Cargo Features
sea_orm_casbin_adapter has no features set by default.
[dependencies]
sea_orm_casbin_adapter = { version = "0.3.8", features = ["mysql", "postgres", "sqlite", "async_runtime", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls", "runtime-actix-native-tls", "runtime-actix-rustls", "actix-rt", "async-std", "sqlx", "tokio"] }
- mysql
-
Enables sqlx-mysql of sea-orm ^0.8
- postgres
-
Enables sqlx-postgres of sea-orm ^0.8
- sqlite
-
Enables sqlx-sqlite of sea-orm ^0.8
- async_runtime
-
async runtime
async-std - runtime-async-std-native-tls
-
Enables runtime-async-std of casbin, runtime-async-std-native-tls of sqlx ^0.5
- runtime-async-std-rustls
-
Enables runtime-async-std of casbin, runtime-async-std-rustls of sqlx ^0.5
- runtime-tokio-native-tls
-
tokio
Enables runtime-tokio of casbin, runtime-tokio-native-tls of sqlx ^0.5
- runtime-tokio-rustls
-
Enables runtime-tokio of casbin, runtime-tokio-rustls of sqlx ^0.5
- runtime-actix-native-tls
-
actix (actually based on tokio)
Enables runtime-tokio of casbin, runtime-actix-native-tls of sqlx ^0.5
- runtime-actix-rustls
-
Enables runtime-tokio of casbin, runtime-actix-rustls of sqlx ^0.5
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.