# 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" rust-version = "1.75" name = "parquet_opendal" version = "0.2.2" authors = ["Apache OpenDAL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "parquet Integration for Apache OpenDAL" homepage = "https://opendal.apache.org/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/opendal" [lib] name = "parquet_opendal" path = "src/lib.rs" [[example]] name = "async_reader" path = "examples/async_reader.rs" [[example]] name = "async_writer" path = "examples/async_writer.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.opendal] version = "0.50.0" [dependencies.parquet] version = "53.1" features = [ "async", "arrow", ] default-features = false [dev-dependencies.arrow] version = "53.1" [dev-dependencies.opendal] version = "0.50.0" features = [ "services-memory", "services-s3", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", ]