Skip to content

Commit

Permalink
Document all arrow features in docs.rs (apache#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 2, 2022
1 parent 41a2d2d commit 2850533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arrow/Cargo.toml
Expand Up @@ -67,6 +67,9 @@ multiversion = { version = "0.6.1", default-features = false }
bitflags = { version = "1.2.1", default-features = false }
zstd = { version = "0.11.1", default-features = false, optional = true }

[package.metadata.docs.rs]
feature = ["prettyprint", "ipc_compression", "dyn_cmp_dict", "ffi", "pyarrow"]

[features]
default = ["csv", "ipc", "json"]
ipc_compression = ["ipc", "zstd", "lz4"]
Expand Down

0 comments on commit 2850533

Please sign in to comment.