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 whenever rhombus is added without default-features = false somewhere in the dependency tree.

all = internal, libsql, mysql, postgres, shuttle, systemfd, testcontainers
postgres all?

Enables postgres of sqlx

Affects database::postgres

mysql all?

Enables mysql of sqlx

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