Cargo Features
[dependencies]
cornucopi_async = { version = "0.7.1", default-features = false, features = ["deadpool", "with-serde_json-1"] }
- default = deadpool
-
The
deadpool
feature is set by default whenevercornucopi_async
is added without
somewhere in the dependency tree.default-features = false - deadpool default
-
Enables deadpool-postgres
connection pooling
- with-serde_json-1
-
Enables with-serde_json-1 of cornucopi_client_core
Path dependencies