@@ -21,7 +21,6 @@ async-trait = { workspace = true }
2121bytes = { workspace = true }
2222flatbuffers = { workspace = true }
2323futures = { workspace = true , features = [" std" , " async-await" ] }
24- getrandom_v03 = { workspace = true } # Needed to pickup the "wasm_js" feature for wasm targets from the workspace configuration
2524itertools = { workspace = true }
2625kanal = { workspace = true }
2726moka = { workspace = true , features = [" sync" ] }
@@ -31,7 +30,6 @@ parking_lot = { workspace = true }
3130pin-project-lite = { workspace = true }
3231tokio = { workspace = true , features = [" rt" ], optional = true }
3332tracing = { workspace = true }
34- uuid = { workspace = true } # Needed to pickup the "js" feature for wasm targets from the workspace configuration
3533vortex-alp = { workspace = true }
3634vortex-array = { workspace = true }
3735vortex-btrblocks = { workspace = true }
@@ -84,6 +82,3 @@ unstable_encodings = [
8482 " vortex-zstd?/unstable_encodings" ,
8583 " vortex-btrblocks/unstable_encodings" ,
8684]
87-
88- [package .metadata .cargo-machete ]
89- ignored = [" getrandom_v03" , " uuid" ]
0 commit comments