Cargo Features
edgedb-protocol has no features set by default.
[dependencies]
edgedb-protocol = { version = "0.6.1", features = ["with-num-bigint", "with-bigdecimal", "with-chrono", "all-types", "with-serde"] }
- 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
- with-serde = serde
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.