diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 9741df0b..fcc68990 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -12,6 +12,9 @@ authors = [ "Daniel Akhterov ", ] +[package.metadata.docs.rs] +features = ["all-databases", "all-types", "offline"] + [features] default = [ "runtime-async-std", "migrate" ] migrate = [ "sha2", "crc" ]