@@ -45,7 +45,6 @@ readme = "README.md"
4545categories = [" database-implementations" , " data-structures" , " compression" ]
4646
4747[workspace .dependencies ]
48- allocator-api2 = " 0.2.16"
4948anyhow = " 1.0"
5049arbitrary = " 1.3.2"
5150arrayref = " 0.3.7"
@@ -54,43 +53,33 @@ arrow-arith = "53.0.0"
5453arrow-array = " 53.0.0"
5554arrow-buffer = " 53.0.0"
5655arrow-cast = " 53.0.0"
57- arrow-csv = " 53.0.0"
58- arrow-data = " 53.0.0"
5956arrow-ipc = " 53.0.0"
6057arrow-ord = " 53.0.0"
6158arrow-schema = " 53.0.0"
6259arrow-select = " 53.0.0"
6360async-trait = " 0.1"
64- bindgen = " 0.70.0"
6561bytes = " 1.6.0"
6662bzip2 = " 0.4.4"
67- cargo_metadata = " 0.19.0"
6863chrono = " 0.4.38"
6964clap = " 4.5.13"
7065compio = " 0.13"
7166criterion = { version = " 0.5.1" , features = [" html_reports" ] }
7267croaring = " 2.1.0"
73- csv = " 1.3.0"
7468datafusion = { version = " 43.0.0" , default-features = false }
7569datafusion-common = " 43.0.0"
7670datafusion-execution = " 43.0.0"
7771datafusion-expr = " 43.0.0"
7872datafusion-physical-expr = " 43.0.0"
7973datafusion-physical-plan = " 43.0.0"
8074divan = " 0.1.14"
81- duckdb = " 1.0.0"
8275enum-iterator = " 2.0.0"
83- enum_dispatch = " 0.3.13"
8476enum-map = " 2.7.3"
85- fallible-iterator = " 0.3.0"
8677fastlanes = " 0.1.5"
8778flatbuffers = " 24.3.25"
8879flexbuffers = " 2.0.0"
8980flume = " 0.11"
90- fs_extra = " 1.3.0"
9181fsst-rs = " 0.4.1"
9282futures = { version = " 0.3" , default-features = false }
93- futures-channel = " 0.3"
9483futures-executor = " 0.3"
9584futures-util = " 0.3"
9685getrandom = " 0.2.14"
@@ -104,7 +93,6 @@ jiff = "0.1.8"
10493libfuzzer-sys = " 0.4"
10594log = " 0.4.21"
10695mimalloc = " 0.1.42"
107- monoio = " 0.2.3"
10896num-traits = " 0.2.18"
10997num_enum = " 0.7.2"
11098object_store = " 0.11.0"
@@ -124,7 +112,6 @@ rayon = "1.10.0"
124112regex = " 1.11.0"
125113reqwest = { version = " 0.12.0" , features = [" blocking" ] }
126114rstest = " 0.23"
127- seq-macro = " 0.3.5"
128115serde = " 1.0.197"
129116serde_json = " 1.0.116"
130117serde_test = " 1.0.176"
@@ -135,7 +122,6 @@ tempfile = "3"
135122thiserror = " 2.0.0"
136123tokio = " 1.37.0"
137124tracing = " 0.1"
138- uninit = " 0.6.2"
139125url = " 2"
140126uuid = " 1.8.0"
141127
@@ -163,12 +149,10 @@ vortex-roaring = { version = "0.19.0", path = "./encodings/roaring" }
163149vortex-runend = { version = " 0.19.0" , path = " ./encodings/runend" }
164150vortex-runend-bool = { version = " 0.19.0" , path = " ./encodings/runend-bool" }
165151vortex-scalar = { version = " 0.19.0" , path = " ./vortex-scalar" , default-features = false }
166- vortex-schema = { version = " 0.19.0" , path = " ./vortex-schema" }
167152vortex-sampling-compressor = { version = " 0.19.0" , path = " ./vortex-sampling-compressor" }
168153vortex-zigzag = { version = " 0.19.0" , path = " ./encodings/zigzag" }
169154# END crates published by this project
170155
171- walkdir = " 2.5.0"
172156worker = " 0.4.0"
173157xshell = " 0.2.6"
174158zigzag = " 0.1.0"
0 commit comments