@@ -26,7 +26,6 @@ indexmap = { workspace = true }
2626itoap = { version = " 1" , optional = true , features = [" simd" ] }
2727ndarray = { version = " 0.15" , optional = true , default_features = false }
2828num-traits = { workspace = true }
29- object_store = { workspace = true , optional = true }
3029once_cell = { workspace = true }
3130rand = { workspace = true , optional = true , features = [" small_rng" , " std" ] }
3231rand_distr = { version = " 0.4" , optional = true }
@@ -37,7 +36,6 @@ serde = { workspace = true, features = ["derive"], optional = true }
3736serde_json = { workspace = true , optional = true }
3837smartstring = { workspace = true }
3938thiserror = { workspace = true }
40- url = { workspace = true , optional = true }
4139xxhash-rust = { workspace = true }
4240
4341[dev-dependencies ]
@@ -182,12 +180,6 @@ docs-selection = [
182180 " algorithm_group_by" ,
183181]
184182
185- # Cloud support.
186- "async" = [" url" , " object_store" ]
187- "aws" = [" async" , " object_store/aws" ]
188- "azure" = [" async" , " object_store/azure" ]
189- "gcp" = [" async" , " object_store/gcp" ]
190-
191183[package .metadata .docs .rs ]
192184# not all because arrow 4.3 does not compile with simd
193185# all-features = true
0 commit comments