Cargo Features

[dependencies]
tea-orm = { version = "2.0.0", 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 whenever tea-orm is added without default-features = false somewhere in the dependency tree.

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.