Cargo Features

c3p0_sqlx has no features set by default.

[dependencies]
c3p0_sqlx = { version = "0.72.6", features = ["migrate", "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

migrate

Enables macros and migrate of sqlx

mysql

Enables mysql of sqlx

postgres

Enables postgres of sqlx

sqlite

Enables sqlite of sqlx

c3p0_sqlx has 5 features without comments.