Cargo Features

cornucopi_client_core has no features set by default.

[dependencies]
cornucopi_client_core = { version = "0.4.1", features = ["with-serde_json-1"] }
with-serde_json-1 = serde, serde_json

Enables with-serde_json-1 of postgres-types

Affects type_traits::JsonSql

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.

serde_json with-serde_json-1?

Enables serde_json

json This crate implements the "ergonomic paramters" for serde_json::Value and serde_json::raw::RawValue.

serde with-serde_json-1?

Enables serde

Used for postgres_types::Json Serialize trait bounds