diff --git a/crates/ruff/Cargo.toml b/crates/ruff/Cargo.toml index 89bd53ab00..a65f8ca7f3 100644 --- a/crates/ruff/Cargo.toml +++ b/crates/ruff/Cargo.toml @@ -62,8 +62,6 @@ quick-junit = { version = "0.3.2" } regex = { workspace = true } result-like = { version = "0.4.6" } rustc-hash = { workspace = true } - - schemars = { workspace = true, optional = true } semver = { version = "1.0.16" } serde = { workspace = true } diff --git a/crates/ruff_benchmark/Cargo.toml b/crates/ruff_benchmark/Cargo.toml index f55927fd06..1d2baf66dd 100644 --- a/crates/ruff_benchmark/Cargo.toml +++ b/crates/ruff_benchmark/Cargo.toml @@ -46,4 +46,3 @@ mimalloc = "0.1.34" [target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies] tikv-jemallocator = "0.5.0" - diff --git a/crates/ruff_cli/Cargo.toml b/crates/ruff_cli/Cargo.toml index ae0afe8e09..4db9aeb55e 100644 --- a/crates/ruff_cli/Cargo.toml +++ b/crates/ruff_cli/Cargo.toml @@ -11,8 +11,6 @@ repository = { workspace = true } license = { workspace = true } readme = "../../README.md" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [[bin]] name = "ruff" diff --git a/crates/ruff_python_ast/Cargo.toml b/crates/ruff_python_ast/Cargo.toml index b85f740223..ac33034c90 100644 --- a/crates/ruff_python_ast/Cargo.toml +++ b/crates/ruff_python_ast/Cargo.toml @@ -10,8 +10,6 @@ documentation = { workspace = true } repository = { workspace = true } license = { workspace = true } - - [lib] [dependencies] diff --git a/crates/ruff_python_index/Cargo.toml b/crates/ruff_python_index/Cargo.toml index 10d8813ce4..b82aaeeab9 100644 --- a/crates/ruff_python_index/Cargo.toml +++ b/crates/ruff_python_index/Cargo.toml @@ -22,5 +22,4 @@ ruff_text_size = { path = "../ruff_text_size" } itertools = { workspace = true } - [dev-dependencies] diff --git a/crates/ruff_python_trivia/Cargo.toml b/crates/ruff_python_trivia/Cargo.toml index a9c5d4a44e..f0f9861e5a 100644 --- a/crates/ruff_python_trivia/Cargo.toml +++ b/crates/ruff_python_trivia/Cargo.toml @@ -24,4 +24,3 @@ unic-ucd-ident = "0.9.0" insta = { workspace = true } ruff_python_ast = { path = "../ruff_python_ast" } ruff_python_parser = { path = "../ruff_python_parser" } -