Unnamed repository; edit this file 'description' to name the repository.
Replace `"TBD"` with more helpful desciptions in published crates' `[package.description]` fields
Vincent Esche 2024-08-06
parent 4a99d79 · commit b5b0f4b
-rw-r--r--crates/base-db/Cargo.toml2
-rw-r--r--crates/cfg/Cargo.toml2
-rw-r--r--crates/flycheck/Cargo.toml2
-rw-r--r--crates/hir-def/Cargo.toml2
-rw-r--r--crates/hir-expand/Cargo.toml2
-rw-r--r--crates/hir-ty/Cargo.toml2
-rw-r--r--crates/hir/Cargo.toml2
-rw-r--r--crates/ide-assists/Cargo.toml2
-rw-r--r--crates/ide-completion/Cargo.toml2
-rw-r--r--crates/ide-db/Cargo.toml2
-rw-r--r--crates/ide-diagnostics/Cargo.toml2
-rw-r--r--crates/ide-ssr/Cargo.toml2
-rw-r--r--crates/ide/Cargo.toml2
-rw-r--r--crates/intern/Cargo.toml2
-rw-r--r--crates/limit/Cargo.toml2
-rw-r--r--crates/load-cargo/Cargo.toml2
-rw-r--r--crates/mbe/Cargo.toml2
-rw-r--r--crates/parser/Cargo.toml2
-rw-r--r--crates/paths/Cargo.toml2
-rw-r--r--crates/proc-macro-api/Cargo.toml2
-rw-r--r--crates/proc-macro-srv-cli/Cargo.toml2
-rw-r--r--crates/proc-macro-srv/Cargo.toml2
-rw-r--r--crates/profile/Cargo.toml2
-rw-r--r--crates/project-model/Cargo.toml2
-rw-r--r--crates/span/Cargo.toml2
-rw-r--r--crates/stdx/Cargo.toml2
-rw-r--r--crates/syntax/Cargo.toml2
-rw-r--r--crates/test-utils/Cargo.toml2
-rw-r--r--crates/text-edit/Cargo.toml2
-rw-r--r--crates/toolchain/Cargo.toml2
-rw-r--r--crates/tt/Cargo.toml2
-rw-r--r--crates/vfs-notify/Cargo.toml2
-rw-r--r--crates/vfs/Cargo.toml2
33 files changed, 33 insertions, 33 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml
index 1b1ee034ca..488ddbfd3b 100644
--- a/crates/base-db/Cargo.toml
+++ b/crates/base-db/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "base-db"
version = "0.0.0"
-description = "TBD"
+description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`."
authors.workspace = true
edition.workspace = true
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml
index 0076b67476..7d01b4a626 100644
--- a/crates/cfg/Cargo.toml
+++ b/crates/cfg/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "cfg"
version = "0.0.0"
-description = "TBD"
+description = "Conditional compiling options, `cfg` attribute parser and evaluator."
authors.workspace = true
edition.workspace = true
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml
index bb3a94c8da..b886c131ca 100644
--- a/crates/flycheck/Cargo.toml
+++ b/crates/flycheck/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "flycheck"
version = "0.0.0"
-description = "TBD"
+description = "Functionality needed to run `cargo` commands in a background thread."
authors.workspace = true
edition.workspace = true
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index 7c58dd221d..9903f929a1 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hir-def"
version = "0.0.0"
-description = "TBD"
+description = "Everything between macro expansion and type inference for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index ff4b468f6c..25f77df765 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hir-expand"
version = "0.0.0"
-description = "TBD"
+description = "Macro expansion for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index b6c33683ff..8f61ef016c 100644
--- a/crates/hir-ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hir-ty"
version = "0.0.0"
-description = "TBD"
+description = "The type system for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index edf26a07a7..b8ed4a719e 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hir"
version = "0.0.0"
-description = "TBD"
+description = "A high-level object oriented access to Rust code."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide-assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index b1e7609afe..422b030c27 100644
--- a/crates/ide-assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ide-assists"
version = "0.0.0"
-description = "TBD"
+description = "Code assists for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 6a4c70d460..041f937058 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ide-completion"
version = "0.0.0"
-description = "TBD"
+description = "Utilities for generating completions of user input."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index 9a6826a5c4..18e77bf7cc 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ide-db"
version = "0.0.0"
-description = "TBD"
+description = "Core data-structure representing IDE state."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml
index edd0500933..ad561b6b80 100644
--- a/crates/ide-diagnostics/Cargo.toml
+++ b/crates/ide-diagnostics/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ide-diagnostics"
version = "0.0.0"
-description = "TBD"
+description = "Diagnostics rendering and fixits."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide-ssr/Cargo.toml b/crates/ide-ssr/Cargo.toml
index 57b1f9465a..78d1ca6ec8 100644
--- a/crates/ide-ssr/Cargo.toml
+++ b/crates/ide-ssr/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "ide-ssr"
version = "0.0.0"
-description = "Structural search and replace of Rust code"
repository = "https://github.com/rust-lang/rust-analyzer"
+description = "Structural search and replace of Rust code."
authors.workspace = true
edition.workspace = true
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 9d8400ba3a..6d0813e4d5 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ide"
version = "0.0.0"
-description = "TBD"
+description = "IDE-centric APIs for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml
index c08ecb5c30..eda5e3de16 100644
--- a/crates/intern/Cargo.toml
+++ b/crates/intern/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "intern"
version = "0.0.0"
-description = "TBD"
+description = "Global `Arc`-based object interning infrastructure."
authors.workspace = true
edition.workspace = true
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml
index c1a768833b..27fe432909 100644
--- a/crates/limit/Cargo.toml
+++ b/crates/limit/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "limit"
version = "0.0.0"
-description = "TBD"
+description = "A struct to enforce limits."
authors.workspace = true
edition.workspace = true
diff --git a/crates/load-cargo/Cargo.toml b/crates/load-cargo/Cargo.toml
index 64ed93bbb1..5188138183 100644
--- a/crates/load-cargo/Cargo.toml
+++ b/crates/load-cargo/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "load-cargo"
version = "0.0.0"
-description = "TBD"
+description = "Loads a Cargo project into a static instance of analysis."
rust-version.workspace = true
edition.workspace = true
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index e441c0ec3d..ccf4c7670a 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mbe"
version = "0.0.0"
-description = "TBD"
+description = "Handling of `macro_rules` macros for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 54b57c201b..050eb0252f 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "parser"
version = "0.0.0"
-description = "TBD"
+description = "The Rust parser for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml
index b51892c265..938f1db5b5 100644
--- a/crates/paths/Cargo.toml
+++ b/crates/paths/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "paths"
version = "0.0.0"
-description = "TBD"
+description = "Path wrappers for absolute and relative paths."
authors.workspace = true
edition.workspace = true
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml
index 3e6f80878b..d8c1e0afa4 100644
--- a/crates/proc-macro-api/Cargo.toml
+++ b/crates/proc-macro-api/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "proc-macro-api"
version = "0.0.0"
-description = "TBD"
+description = "Client-side proc-macros for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/proc-macro-srv-cli/Cargo.toml b/crates/proc-macro-srv-cli/Cargo.toml
index a559ba0175..5d56eb6956 100644
--- a/crates/proc-macro-srv-cli/Cargo.toml
+++ b/crates/proc-macro-srv-cli/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "proc-macro-srv-cli"
version = "0.0.0"
-description = "TBD"
+description = "A standalone binary for `proc-macro-srv`."
authors.workspace = true
edition.workspace = true
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index b3221443bd..028593db9c 100644
--- a/crates/proc-macro-srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "proc-macro-srv"
version = "0.0.0"
-description = "TBD"
+description = "Proc-macro server for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 5989dc6c96..1fdf53c961 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "profile"
version = "0.0.0"
-description = "TBD"
+description = "A collection of tools for profiling rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/project-model/Cargo.toml b/crates/project-model/Cargo.toml
index 8b34bd3fad..368dd94ec3 100644
--- a/crates/project-model/Cargo.toml
+++ b/crates/project-model/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "project-model"
version = "0.0.0"
-description = "TBD"
+description = "A representation for a Cargo project for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml
index 9f85f0107c..3ccf00872e 100644
--- a/crates/span/Cargo.toml
+++ b/crates/span/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "span"
version = "0.0.0"
-description = "TBD"
+description = "File and span related types for rust-analyzer."
rust-version.workspace = true
edition.workspace = true
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml
index 99824df1f6..a9ab643742 100644
--- a/crates/stdx/Cargo.toml
+++ b/crates/stdx/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "stdx"
version = "0.0.0"
-description = "TBD"
+description = "Missing batteries for standard libraries for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index b371ec6ebd..757ae31ee8 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "syntax"
version = "0.0.0"
-description = "Comment and whitespace preserving parser for the Rust language"
repository = "https://github.com/rust-lang/rust-analyzer"
+description = "Comment and whitespace preserving parser for the Rust language"
authors.workspace = true
edition.workspace = true
diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml
index 44628a6c11..d40722ffe4 100644
--- a/crates/test-utils/Cargo.toml
+++ b/crates/test-utils/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "test-utils"
version = "0.0.0"
-description = "TBD"
+description = "Assorted testing utilities for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml
index f745674794..1b9008ddc6 100644
--- a/crates/text-edit/Cargo.toml
+++ b/crates/text-edit/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "text-edit"
version = "0.0.0"
-description = "TBD"
+description = "Representation of a `TextEdit` for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml
index c85efd432b..451dcadac5 100644
--- a/crates/toolchain/Cargo.toml
+++ b/crates/toolchain/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "toolchain"
version = "0.0.0"
-description = "TBD"
+description = "Discovery of `cargo` & `rustc` executables for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml
index cea1519c2d..280d052f8e 100644
--- a/crates/tt/Cargo.toml
+++ b/crates/tt/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tt"
version = "0.0.0"
-description = "TBD"
+description = "A `TokenTree` data structure for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index 2e4a452bf8..c724a5db7b 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "vfs-notify"
version = "0.0.0"
-description = "TBD"
+description = "Implementation of `loader::Handle` for rust-analyzer."
authors.workspace = true
edition.workspace = true
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index 84f2110eba..b1a3bf5edb 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "vfs"
version = "0.0.0"
-description = "TBD"
+description = "A virtual file system for rust-analyzer."
authors.workspace = true
edition.workspace = true