@@ -37,7 +37,6 @@ anyhow = "1.0.98"
3737assert2 = " 0.3.16"
3838assertables = " 9.8.1"
3939attohttpc = { version = " 0.30.1" , features = [" tls-native" , " tls-native-vendored" ], default-features = false }
40- backon = " 1.3.0"
4140base64 = " 0.22.1"
4241bincode = " 2.0.1"
4342bindgen = " 0.72.1"
@@ -46,12 +45,10 @@ bstr = { version = "1.12.0", default-features = false, features = ["alloc", "std
4645bumpalo = { version = " 3.17.0" , features = [" allocator-api2" ] }
4746bytemuck = { version = " 1.23.0" , features = [" extern_crate_alloc" , " must_cast" ] }
4847cc = " 1.2.39"
49- clap = " 4.5.40"
5048color-eyre = " 0.6.5"
5149compact_str = " 0.9.0"
5250const_format = " 0.2.34"
5351constcat = " 0.6.1"
54- criterion = { version = " 0.7" , features = [" html_reports" ] }
5552crossterm = { version = " 0.29.0" , features = [" event-stream" ] }
5653csv-async = { version = " 1.3.1" , features = [" tokio" ] }
5754ctor = " 0.6"
@@ -71,9 +68,6 @@ fspy_test_utils = { path = "crates/fspy_test_utils" }
7168futures = " 0.3.31"
7269futures-core = " 0.3.31"
7370futures-util = " 0.3.31"
74- hex = " 0.4.3"
75- httpmock = " 0.7"
76- indoc = " 2.0.5"
7771itertools = " 0.14.0"
7872libc = " 0.2.172"
7973memmap2 = " 0.9.7"
@@ -83,24 +77,19 @@ os_str_bytes = "7.1.1"
8377ouroboros = " 0.18.5"
8478owo-colors = " 4.1.0"
8579passfd = { git = " https://github.com/polachok/passfd" , rev = " d55881752c16aced1a49a75f9c428d38d3767213" , default-features = false }
86- pathdiff = " 0.2.3"
8780petgraph = " 0.8.2"
8881phf = { version = " 0.11.3" , features = [" macros" ] }
8982portable-pty = " 0.9.0"
9083rand = " 0.9.1"
9184ratatui = " 0.29.0"
9285rayon = " 1.10.0"
9386ref-cast = " 1.0.24"
94- reqwest = { version = " 0.12" , default-features = false }
9587rusqlite = " 0.37.0"
9688rustc-hash = " 2.1.1"
9789seccompiler = { git = " https://github.com/branchseer/seccompiler" , branch = " seccomp-action-raw" }
98- semver = " 1.0.26"
9990serde = " 1.0.219"
10091serde_json = " 1.0.140"
10192serde_yml = " 0.0.12"
102- serial_test = " 3.2.0"
103- sha1 = " 0.10.6"
10493sha2 = " 0.10.9"
10594shared_memory = " 0.12.4"
10695shell-escape = " 0.1.5"
@@ -121,12 +110,9 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter", "serde"] }
121110tui-term = " 0.2.0"
122111twox-hash = " 2.1.1"
123112uuid = " 1.18.1"
124- vite_error = { path = " crates/vite_error" }
125113vite_glob = { path = " crates/vite_glob" }
126- vite_install = { path = " crates/vite_install" }
127114vite_path = { path = " crates/vite_path" }
128115vite_str = { path = " crates/vite_str" }
129- vite_task = { path = " crates/vite_task" }
130116vite_workspace = { path = " crates/vite_workspace" }
131117wax = " 0.6.0"
132118which = " 7.0.3"
@@ -135,10 +121,6 @@ winapi = "0.3.9"
135121winsafe = { version = " 0.0.24" , features = [" kernel" ] }
136122xxhash-rust = { version = " 0.8.15" , features = [" const_xxh3" ] }
137123
138- napi = { version = " 3.0.0" , default-features = false , features = [" async" , " error_anyhow" ] }
139- napi-build = " 2"
140- napi-derive = { version = " 3.0.0" , default-features = false , features = [" type-def" , " strict" ] }
141-
142124[workspace .metadata .cargo-shear ]
143125# These are artifact dependencies. They are not directly `use`d in Rust code.
144126ignored = [" fspy_preload_unix" , " fspy_preload_windows" , " fspy_test_bin" ]
0 commit comments