# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "parquet2" version = "0.17.2" authors = [ "Jorge C. Leitao ", ] description = "Safe implementation of parquet IO." homepage = "https://github.com/jorgecarleitao/parquet2" readme = "README.md" keywords = [ "analytics", "parquet", ] license = "Apache-2.0" repository = "https://github.com/jorgecarleitao/parquet2" [package.metadata.docs.rs] features = ["full"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "parquet2" bench = false [[bench]] name = "decode_bitpacking" harness = false [[bench]] name = "decode_rle" harness = false [dependencies.async-stream] version = "0.3.3" optional = true [dependencies.brotli] version = "^3.3" optional = true [dependencies.flate2] version = "^1.0" optional = true default-features = false [dependencies.futures] version = "0.3" optional = true [dependencies.lz4] version = "1.24" optional = true [dependencies.lz4_flex] version = "^0.9" optional = true [dependencies.parquet-format-safe] version = "0.2" [dependencies.seq-macro] version = "0.3" default-features = false [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dependencies.snap] version = "^1.1" optional = true [dependencies.streaming-decompression] version = "0.1" [dependencies.xxhash-rust] version = "0.8" features = ["xxh64"] optional = true [dependencies.zstd] version = "^0.12" optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] async = [ "async-stream", "futures", "parquet-format-safe/async", ] bloom_filter = ["xxhash-rust"] default = [ "snappy", "gzip", "lz4", "zstd", "brotli", "bloom_filter", ] full = [ "snappy", "gzip", "lz4", "zstd", "brotli", "bloom_filter", "async", ] gzip = ["flate2/rust_backend"] gzip_zlib_ng = ["flate2/zlib-ng"] serde_types = ["serde"] snappy = ["snap"]