Skip to content

Commit

Permalink
remove unnecessary features for now
Browse files Browse the repository at this point in the history
Signed-off-by: Chitral Verma <[email protected]>
  • Loading branch information
chitralverma committed Sep 22, 2023
1 parent c7f655b commit af8ddf4
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 49 deletions.
5 changes: 2 additions & 3 deletions crates/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ json = [
"serde_json",
"dtype-struct",
"csv",
"arrow/io_json_read",
]
# support for arrows ipc file parsing
ipc = ["arrow/io_ipc", "arrow/io_ipc_compression", "arrow/io_ipc_read_async"]
ipc = ["arrow/io_ipc", "arrow/io_ipc_compression"]
# support for arrows streaming ipc file parsing
ipc_streaming = ["arrow/io_ipc", "arrow/io_ipc_compression"]
# support for arrow avro parsing
avro = ["arrow/io_avro", "arrow/io_avro_compression", "arrow/io_avro_async"]
avro = ["arrow/io_avro", "arrow/io_avro_compression"]
csv = ["lexical", "polars-core/rows", "itoa", "ryu", "fast-float", "simdutf8"]
decompress = ["flate2/rust_backend"]
decompress-fast = ["flate2/zlib-ng"]
Expand Down
Loading

0 comments on commit af8ddf4

Please sign in to comment.