We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c948e3 commit 3a704eaCopy full SHA for 3a704ea
vortex-mask/Cargo.toml
@@ -13,18 +13,15 @@ repository = { workspace = true }
13
rust-version = { workspace = true }
14
version = { workspace = true }
15
16
-
17
[features]
18
serde = ["dep:serde"]
19
20
21
[dependencies]
22
itertools = { workspace = true }
23
serde = { workspace = true, optional = true }
24
vortex-buffer = { workspace = true, features = ["arrow"] }
25
vortex-error = { workspace = true }
26
27
28
[dev-dependencies]
29
rstest = { workspace = true }
30
0 commit comments