Cargo Features

edgedb-protocol has no features set by default.

[dependencies]
edgedb-protocol = { version = "0.6.0", features = ["with-num-bigint", "with-bigdecimal", "with-chrono", "all-types"] }
with-num-bigint all-types? = num-bigint, num-traits
with-bigdecimal all-types? = bigdecimal, num-bigint, num-traits
with-chrono all-types? = chrono
all-types = with-bigdecimal, with-chrono, with-num-bigint

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.

num-bigint with-bigdecimal? with-num-bigint?
num-traits with-bigdecimal? with-num-bigint?
bigdecimal with-bigdecimal?

Enables bigdecimal ^0.3.0

chrono with-chrono?