Cargo Features

c3p0_sqlx has no features set by default.

[dependencies]
c3p0_sqlx = { version = "0.70.0", features = ["mysql", "postgres", "sqlite"] }
default

These default features are set whenever c3p0_sqlx is added without default-features = false somewhere in the dependency tree.

Enables runtime-tokio-rustls of sqlx

mysql

Enables mysql of sqlx

postgres

Enables postgres of sqlx

sqlite

Enables sqlite of sqlx

c3p0_sqlx has 4 features without comments.