parquet-format-safe 0.2.4

Safe Parquet and Thrift reader and writer (sync and async)
Documentation
[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.futures]
optional = true
version = "0.3"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[features]
async = ["futures", "async-trait"]
default = []
full = ["async"]

[package]
authors = ["Apache Thrift contributors <dev@thrift.apache.org>", "Jorge Leitao <jorgecarleitao@gmail.com>"]
description = "Safe Parquet and Thrift reader and writer (sync and async)"
edition = "2021"
homepage = "https://github.com/jorgecarleitao/parquet-format-safe"
keywords = ["parquet", "thrift"]
license = "MIT/Apache-2.0"
name = "parquet-format-safe"
readme = "README.md"
repository = "https://github.com/jorgecarleitao/parquet-format-safe"
resolver = "2"
version = "0.2.4"