Cargo Features

SourisDB has no features set by default.

[dependencies]
sourisdb = { version = "0.2.0", features = ["std", "axum", "serde", "sync_client", "async_client"] }
std axum? sync_client?

Enables comfy-table and dialoguer

axum = serde, std

Enables axum

Affects sourisdb::axum

serde axum?

Enables serde, serde of chrono, chrono-tz ^0.9, and hashbrown ^0.14

sync_client = std

Enables http and ureq

Affects sourisdb::client

async_client

Enables http and reqwest

Affects sourisdb::client