Cargo Features

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

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

Enables mysql of sqlx

Affects atmosphere-core::driver.Driver, atmosphere-core::driver.Pool

postgres

Enables postgres of sqlx

Affects atmosphere-core::driver.Driver, atmosphere-core::driver.Pool

sqlite

Enables sqlite of sqlx

Affects atmosphere-core::driver.Driver, atmosphere-core::driver.Pool