Cargo Features
c3p0_sqlite has no features set by default.
[dependencies]
c3p0_sqlite = { version = "0.53.0", features = ["blocking", "migrate"] }
- blocking = r2d2, r2d2_sqlite, rusqlite
-
Enables blocking of c3p0_common ^0.53.0
Affects
c3p0_sqlite::blocking
… - migrate
-
Enables migrate of c3p0_common ^0.53.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rusqlite blocking?
-
Enables rusqlite ^0.22
feature 'blocking'
- r2d2 blocking?
- r2d2_sqlite blocking?
-
Enables r2d2_sqlite ^0.15