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