Cargo Features
[dependencies]
tea-orm = { version = "2.2.1", default-features = false, features = ["runtime-actix-native-tls", "runtime-actix-rustls", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls"] }
- default = runtime-tokio-rustls
-
The
runtime-tokio-rustls
feature is set by default whenevertea-orm
is added without
somewhere in the dependency tree.default-features = false - runtime-actix-native-tls
-
Enables runtime-actix-native-tls of sea-orm
- runtime-actix-rustls
-
Enables runtime-actix-rustls of sea-orm
- runtime-async-std-native-tls
-
Enables runtime-async-std-native-tls of sea-orm
- runtime-async-std-rustls
-
Enables runtime-async-std-rustls of sea-orm
- runtime-tokio-native-tls
-
Enables runtime-tokio-native-tls of sea-orm
- runtime-tokio-rustls default
-
Enables runtime-tokio-rustls of sea-orm
tea-orm has 7 features without comments.