diff --git a/Cargo.toml b/Cargo.toml index b81e3f1..efaafc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ name = "exec" harness = false [package.metadata.docs.rs] -features = [ "array", "backup", "blob", "chrono", "collation", "functions", "limits", "load_extension", "serde_json", "time", "trace", "url", "vtab", "window", "modern_sqlite", "column_decltype" ] +features = ["modern-full"] all-features = false no-default-features = true default-target = "x86_64-unknown-linux-gnu"