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
- sqlx-sqlite = sqlx, uuid
- 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.