# 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 = "parquet-py" version = "0.2.1-beta" exclude = [ "parq/", ".github/", ] description = "A simple command-line interface & Python API for parquet" homepage = "https://github.com/zachspar/parquet-py" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/zachspar/parquet-py.git" [lib] name = "parq" crate-type = ["cdylib"] [dependencies.csv] version = "1.3.0" [dependencies.parquet] version = "52.0.0" features = ["json"] [dependencies.pyo3] version = "0.22.0" [dependencies.serde_json] version = "1.0.120"