# 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 = "parquet2lance" version = "0.4.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert parquet files to lance" readme = "README.md" keywords = [ "parquet", "lance", "object_store", ] license-file = "LICENSE" repository = "https://github.com/haoxins/parquet2lance" [lib] name = "parquet2lance" path = "src/lib.rs" [[bin]] name = "parquet2lance" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.lance] version = "0.15" [dependencies.object_store] version = "0.10" features = [ "aws", "azure", "gcp", ] [dependencies.parquet] version = "52" [dependencies.tokio] version = "1" features = ["full"]