Cargo Features
[dependencies]
sea-orm-adapter = { version = "0.4.0", default-features = false, features = ["mysql", "postgres", "sqlite", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls", "runtime-actix-native-tls", "runtime-actix-rustls"] }
- default = mysql, runtime-tokio-rustls
-
These default features are set whenever
sea-orm-adapter
is added without
somewhere in the dependency tree.default-features = false - mysql default
-
databases
Enables sqlx-mysql of sea-orm
- postgres
-
Enables sqlx-postgres of sea-orm
- sqlite
-
Enables sqlx-sqlite of sea-orm
- runtime-async-std-native-tls
-
async runtime
async-stdEnables runtime-async-std of casbin, runtime-async-std-native-tls of sea-orm
- runtime-async-std-rustls
-
Enables runtime-async-std of casbin, runtime-async-std-rustls of sea-orm
- runtime-tokio-native-tls
-
tokio
Enables runtime-tokio of casbin, runtime-tokio-native-tls of sea-orm
- runtime-tokio-rustls default
-
Enables runtime-tokio of casbin, runtime-tokio-rustls of sea-orm
- runtime-actix-native-tls
-
actix (actually based on tokio)
Enables runtime-tokio of casbin, runtime-actix-native-tls of sea-orm
- runtime-actix-rustls
-
Enables runtime-tokio of casbin, runtime-actix-rustls of sea-orm