Cargo Features
CRDB has no features set by default.
[dependencies]
crdb = { version = "0.0.1-alpha.0", features = ["client", "indexed-db", "server", "sqlite"] }
- client = crdb-client
- indexed-db = crdb-indexed-db
- server = crdb-server
- sqlite = crdb-sqlite
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.