Skip to content

Commit 5572daf

Browse files
committed
cargo sheer --fix
1 parent edf9928 commit 5572daf

1 file changed

Lines changed: 0 additions & 59 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -32,88 +32,38 @@ cargo = { level = "warn", priority = -1 }
3232
cargo_common_metadata = "allow"
3333

3434
[workspace.dependencies]
35-
allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc", "std"] }
3635
anyhow = "1.0.98"
37-
assert2 = "0.3.16"
38-
assertables = "9.8.1"
39-
attohttpc = { version = "0.30.1", features = ["tls-native", "tls-native-vendored"], default-features = false }
4036
backon = "1.3.0"
41-
base64 = "0.22.1"
4237
bincode = "2.0.1"
43-
bindgen = "0.72.1"
44-
brush-parser = "0.2.18"
4538
bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std"] }
46-
bumpalo = { version = "3.17.0", features = ["allocator-api2"] }
47-
bytemuck = { version = "1.23.0", features = ["extern_crate_alloc", "must_cast"] }
48-
cc = "1.2.39"
4939
clap = "4.5.40"
50-
color-eyre = "0.6.5"
51-
compact_str = "0.9.0"
52-
const_format = "0.2.34"
53-
constcat = "0.6.1"
5440
criterion = { version = "0.7", features = ["html_reports"] }
5541
crossterm = { version = "0.29.0", features = ["event-stream"] }
56-
csv-async = { version = "1.3.1", features = ["tokio"] }
57-
ctor = "0.6"
58-
dashmap = "6.1.0"
59-
diff-struct = "0.5.3"
6042
directories = "6.0.0"
61-
elf = { version = "0.8.0", default-features = false }
6243
flate2 = "1.0.35"
63-
fspy = { path = "crates/fspy" }
64-
futures = "0.3.31"
65-
futures-core = "0.3.31"
6644
futures-util = "0.3.31"
6745
hex = "0.4.3"
6846
httpmock = "0.7"
6947
indoc = "2.0.5"
70-
itertools = "0.14.0"
71-
libc = "0.2.172"
72-
memmap2 = "0.9.7"
7348
nix = { version = "0.30.1", features = ["dir"] }
74-
ntapi = "0.4.1"
75-
os_str_bytes = "7.1.1"
76-
ouroboros = "0.18.5"
77-
owo-colors = "4.1.0"
78-
passfd = { git = "https://github.com/polachok/passfd", rev = "d55881752c16aced1a49a75f9c428d38d3767213", default-features = false }
7949
pathdiff = "0.2.3"
8050
petgraph = "0.8.2"
81-
phf = { version = "0.11.3", features = ["macros"] }
82-
portable-pty = "0.9.0"
83-
rand = "0.9.1"
84-
ratatui = "0.29.0"
85-
rayon = "1.10.0"
86-
ref-cast = "1.0.24"
8751
reqwest = { version = "0.12", default-features = false }
8852
rusqlite = "0.37.0"
89-
rustc-hash = "2.1.1"
90-
seccompiler = { git = "https://github.com/branchseer/seccompiler", branch = "seccomp-action-raw" }
9153
semver = "1.0.26"
9254
serde = "1.0.219"
9355
serde_json = "1.0.140"
9456
serde_yml = "0.0.12"
9557
serial_test = "3.2.0"
9658
sha1 = "0.10.6"
9759
sha2 = "0.10.9"
98-
shared_memory = "0.12.4"
99-
shell-escape = "0.1.5"
100-
smallvec = { version = "2.0.0-alpha.11", features = ["std"] }
101-
stackalloc = "1.2.1"
102-
supports-color = "3.0.1"
103-
syscalls = { version = "0.6.18", default-features = false }
10460
tar = "0.4.43"
10561
tempfile = "3.14.0"
10662
test-log = { version = "0.2.18", features = ["trace"] }
10763
thiserror = "2"
10864
tokio = "1.46.1"
109-
tokio-util = "0.7.15"
110-
toml = "0.9.5"
11165
tracing = "0.1.41"
112-
tracing-error = "0.2.1"
11366
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "serde"] }
114-
tui-term = "0.2.0"
115-
twox-hash = "2.1.1"
116-
uuid = "1.18.1"
11767
vite_error = { path = "crates/vite_error" }
11868
vite_glob = { git = "https://github.com/voidzero-dev/vite-task", branch = "10-30-chore_remove_vite-plus_files" }
11969
vite_install = { path = "crates/vite_install" }
@@ -122,20 +72,11 @@ vite_str = { git = "https://github.com/voidzero-dev/vite-task", branch = "10-30-
12272
vite_task = { git = "https://github.com/voidzero-dev/vite-task", branch = "10-30-chore_remove_vite-plus_files" }
12373
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task", branch = "10-30-chore_remove_vite-plus_files" }
12474
wax = "0.6.0"
125-
which = "7.0.3"
126-
widestring = "1.2.0"
127-
winapi = "0.3.9"
128-
winsafe = { version = "0.0.24", features = ["kernel"] }
129-
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
13075

13176
napi = { version = "3.0.0", default-features = false, features = ["async", "error_anyhow"] }
13277
napi-build = "2"
13378
napi-derive = { version = "3.0.0", default-features = false, features = ["type-def", "strict"] }
13479

135-
[workspace.metadata.cargo-shear]
136-
# These are artifact dependencies. They are not directly `use`d in Rust code.
137-
ignored = ["fspy_preload_unix", "fspy_preload_windows", "fspy_test_bin"]
138-
13980
[profile.dev]
14081
# Disabling debug info speeds up local and CI builds,
14182
# and we don't rely on it for debugging that much.

0 commit comments

Comments
 (0)