Cargo Features
[dependencies]
rhombus = { version = "0.2.21", default-features = false, features = ["all", "postgres", "mysql", "libsql", "systemfd", "testcontainers", "internal"] }
- default = libsql
-
The
libsql
feature is set by default wheneverrhombus
is added without
somewhere in the dependency tree.default-features = false - all = internal, libsql, mysql, postgres, shuttle, systemfd, testcontainers
- postgres all?
-
Affects
database::postgres
… - mysql all?
- libsql default all?
-
Enables futures and libsql ^0.5.0
Affects
database::libsql
,settings::Turso
,settings::Settings.turso
… - systemfd all?
-
Enables listenfd
- shuttle testcontainers all?
- internal all?
-
Affects
rhombus::internal
…