Cargo Features

[dependencies]
edgedb-sdk = { version = "0.1.0", default-features = false, features = ["host", "client"] }
default = client

The client feature is set by default whenever edgedb-sdk is added without default-features = false somewhere in the dependency tree.

host
client default = edgedb-errors, edgedb-protocol

Affects edgedb-sdk::client

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.

edgedb-protocol client

Enables edgedb-protocol ^0.3.0

edgedb-errors client

Enables edgedb-errors ^0.2.0