diff --git a/sqlx-sqlite/Cargo.toml b/sqlx-sqlite/Cargo.toml index 5ad57546e7..ca4c84c958 100644 --- a/sqlx-sqlite/Cargo.toml +++ b/sqlx-sqlite/Cargo.toml @@ -72,3 +72,6 @@ sqlx = { workspace = true, default-features = false, features = ["macros", "runt [lints] workspace = true + +[package.metadata.docs.rs] +features = ["bundled", "any", "json", "chrono", "time", "uuid"] \ No newline at end of file