diff --git a/Cargo.toml b/Cargo.toml index 4e51b98c9..96335c86a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,9 @@ resolver = "3" [workspace.package] version = "0.53.0" # Obeying semver -description = "DiskANN is a fast approximate nearest neighbor search library for high dimensional data" +description = "DiskANN3 is a composable library for bringing scalable, accurate and cost-effective vector indexing to multiple databases." authors = ["Microsoft"] -documentation = "https://github.com/microsoft/DiskANN" +repository = "https://github.com/microsoft/DiskANN" license = "MIT" edition = "2021" diff --git a/diskann-benchmark-core/Cargo.toml b/diskann-benchmark-core/Cargo.toml index 90e64b9e3..5b6740ef8 100644 --- a/diskann-benchmark-core/Cargo.toml +++ b/diskann-benchmark-core/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "diskann-benchmark-core" -version = { workspace = true } -description = { workspace = true } -authors = { workspace = true } -documentation = { workspace = true } -license = { workspace = true } +version.workspace = true +description.workspace = true +authors.workspace = true +repository.workspace = true +license.workspace = true edition = "2024" [dependencies] diff --git a/diskann-benchmark-runner/Cargo.toml b/diskann-benchmark-runner/Cargo.toml index 33cb63d0d..9f9b2d3bf 100644 --- a/diskann-benchmark-runner/Cargo.toml +++ b/diskann-benchmark-runner/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark-runner" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-benchmark-simd/Cargo.toml b/diskann-benchmark-simd/Cargo.toml index fa4857814..fa7a41004 100644 --- a/diskann-benchmark-simd/Cargo.toml +++ b/diskann-benchmark-simd/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark-simd" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-benchmark/Cargo.toml b/diskann-benchmark/Cargo.toml index 9220a2e33..ce5018aad 100644 --- a/diskann-benchmark/Cargo.toml +++ b/diskann-benchmark/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-bftree/Cargo.toml b/diskann-bftree/Cargo.toml index c6fa638a6..da20393a5 100644 --- a/diskann-bftree/Cargo.toml +++ b/diskann-bftree/Cargo.toml @@ -5,7 +5,7 @@ name = "diskann-bftree" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-disk/Cargo.toml b/diskann-disk/Cargo.toml index 17737e8d0..d49fafa17 100644 --- a/diskann-disk/Cargo.toml +++ b/diskann-disk/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-disk" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-label-filter/Cargo.toml b/diskann-label-filter/Cargo.toml index 98fe3879c..14102411e 100644 --- a/diskann-label-filter/Cargo.toml +++ b/diskann-label-filter/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-label-filter" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-linalg/Cargo.toml b/diskann-linalg/Cargo.toml index 2921ebd15..d60cbf303 100644 --- a/diskann-linalg/Cargo.toml +++ b/diskann-linalg/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-linalg" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-platform/Cargo.toml b/diskann-platform/Cargo.toml index 1ae75a572..f4459722d 100644 --- a/diskann-platform/Cargo.toml +++ b/diskann-platform/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-providers/Cargo.toml b/diskann-providers/Cargo.toml index 051f6f9d0..900b38cdb 100644 --- a/diskann-providers/Cargo.toml +++ b/diskann-providers/Cargo.toml @@ -5,7 +5,7 @@ name = "diskann-providers" version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-quantization/Cargo.toml b/diskann-quantization/Cargo.toml index cb2ddf1c2..c7f891270 100644 --- a/diskann-quantization/Cargo.toml +++ b/diskann-quantization/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-quantization" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" diff --git a/diskann-tools/Cargo.toml b/diskann-tools/Cargo.toml index 2d86e20a7..573b0f05c 100644 --- a/diskann-tools/Cargo.toml +++ b/diskann-tools/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-utils/Cargo.toml b/diskann-utils/Cargo.toml index ca0c56205..ea358601e 100644 --- a/diskann-utils/Cargo.toml +++ b/diskann-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-utils" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-vector/Cargo.toml b/diskann-vector/Cargo.toml index 0fc5e153d..19f3c6e00 100644 --- a/diskann-vector/Cargo.toml +++ b/diskann-vector/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-wide/Cargo.toml b/diskann-wide/Cargo.toml index 7a5dcc13f..1e4a7c742 100644 --- a/diskann-wide/Cargo.toml +++ b/diskann-wide/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-wide" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" diff --git a/diskann/Cargo.toml b/diskann/Cargo.toml index 14e342d70..14f6ba074 100644 --- a/diskann/Cargo.toml +++ b/diskann/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024"