Cargo Features

Qorb has no features set by default.

[dependencies]
qorb = { version = "0.0.1", features = ["all", "diesel_pg", "qtop"] }
all = diesel_pg, qtop
diesel_pg all?

Enables async-bb8-diesel and diesel

Affects connectors::diesel_pg

qtop all? = serde

Enables dropshot, schemars, serde_json, and tokio-tungstenite ^0.21.0

Affects qorb::qtop

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 qtop?