Cargo Features
c3p0_pg has no features set by default.
[dependencies]
c3p0_pg = { version = "0.53.0", features = ["async", "blocking", "migrate"] }
- async = async-trait, deadpool, deadpool-postgres, futures
-
Enables async of c3p0_common ^0.53.0
- blocking = postgres, r2d2
-
Enables blocking of c3p0_common ^0.53.0
Affects
c3p0_pg::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'
- deadpool async?
-
Enables deadpool ^0.5
- deadpool-postgres async?
-
Enables deadpool-postgres ^0.5
- futures async?
- postgres blocking?
-
Enables postgres ^0.17
feature 'blocking'
- r2d2 blocking?