Cargo Features
[dependencies]
atmosphere-core = { version = "0.3.1", default-features = false, features = ["runtime-async-std-native-tls", "runtime-tokio-native-tls", "runtime-async-std-rustls", "runtime-tokio-rustls", "mysql", "postgres", "sqlite"] }
- default = runtime-tokio-rustls
-
The
runtime-tokio-rustls
feature is set by default wheneveratmosphere-core
is added without
somewhere in the dependency tree.default-features = false - runtime-async-std-native-tls
-
Enables runtime-async-std-native-tls of sqlx
sqlx:
Legacy Runtime + TLS features
- runtime-tokio-native-tls
-
Enables runtime-tokio-native-tls of sqlx
- runtime-async-std-rustls
-
Enables runtime-async-std-rustls of sqlx
- runtime-tokio-rustls default
-
Enables runtime-tokio-rustls of sqlx
- mysql
-
Affects
atmosphere-core::driver.Driver
,atmosphere-core::driver.Pool
… - postgres
-
Affects
atmosphere-core::driver.Driver
,atmosphere-core::driver.Pool
… - sqlite
-
Affects
atmosphere-core::driver.Driver
,atmosphere-core::driver.Pool
…