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 whenever cornucopi_async is added without default-features = false somewhere in the dependency tree.

deadpool default

Enables deadpool-postgres

connection pooling

with-serde_json-1

Enables with-serde_json-1 of cornucopi_client_core

Path dependencies