Cargo Features

[dependencies]
cornucopia_async = { version = "0.6.0", default-features = false, features = ["deadpool", "with-serde_json-1"] }
default = deadpool

The deadpool feature is set by default whenever cornucopia_async is added without default-features = false somewhere in the dependency tree.

deadpool default

Enables deadpool-postgres ^0.12.1

connection pooling

with-serde_json-1

Enables with-serde_json-1 of cornucopia_client_core

Path dependencies