[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.futures]
optional = true
version = "0.3.25"
[dev-dependencies.tokio]
version = "1.26"
[features]
async = ["futures", "async-trait"]
[lib]
name = "polars_parquet_format"
path = "src/lib.rs"
[package]
authors = ["Apache Thrift contributors <dev@thrift.apache.org>", "Jorge Leitao <jorgecarleitao@gmail.com>", "Gijs Burghoorn <gijs@polars.tech>", "Ritchie Vink <ritchie@polars.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Safe Parquet and Thrift reader and writer (sync and async)"
edition = "2021"
homepage = "https://github.com/pola-rs/parquet-format"
keywords = ["parquet", "thrift"]
license = "MIT AND Apache-2.0"
name = "polars-parquet-format"
readme = "README.md"
repository = "https://github.com/pola-rs/parquet-format"
version = "0.1.0"