Cargo Features

crdb-core has no features set by default.

[dependencies]
crdb-core = { version = "0.0.1-alpha.0", features = ["indexed-db", "server", "sqlx-postgres", "sqlx-sqlite", "uuid", "arbitrary"] }
indexed-db = serde-wasm-bindgen, web-sys

Enables indexed-db

server = axum, rand, sqlx-postgres
sqlx-postgres server? = sqlx, uuid

Enables postgres and uuid of sqlx

sqlx-sqlite = sqlx, uuid

Enables sqlite and uuid of sqlx

uuid sqlx-postgres? sqlx-sqlite?

Enables uuid

arbitrary = arbitrary-json

Enables arbitrary, arbitrary of bitflags, rust-fuzz of rust_decimal

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.

arbitrary-json arbitrary?
axum server?
rand server?
serde-wasm-bindgen indexed-db?
sqlx sqlx-postgres? sqlx-sqlite?
web-sys indexed-db?