Cargo Features
c3p0_mysql has no features set by default.
[dependencies]
c3p0_mysql = { version = "0.53.0", features = ["async", "blocking", "migrate", "futures"] }
- async = async-trait, mysql_async
-
Enables async of c3p0_common ^0.53.0
- blocking = mysql_driver_blocking, r2d2
-
Enables blocking of c3p0_common ^0.53.0
Affects
c3p0_mysql::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.
- async-trait async?
-
Enables async-trait
feature 'async'
- futures implicit feature
- mysql_async async?
-
Enables mysql_async ^0.24.0-alpha
- mysql_driver_blocking blocking?
-
Enables mysql ^18
feature 'blocking'
- r2d2 blocking?