# 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 = "valu3-parquet" version = "0.4.5" authors = ["Philippe Assis "] description = "Parquet and Arrow encoding and decoding for valu3" documentation = "https://docs.rs/valu3-parquet" readme = "crates-io.md" keywords = [ "valu3", "generic", "apache", "arrow", "parquet", ] categories = [ "encoding", "no-std", "parquet", "arrow", "valu3", ] license = "MIT OR Apache-2.0" repository = "https://github.com/purp-project/valu3" [[example]] name = "parquet" path = "examples/parquet.rs" required-features = ["prettytable"] [dependencies.arrow] version = "50.0.0" [dependencies.bytes] version = "1.5.0" [dependencies.parquet] version = "50.0.0" [dependencies.prettytable] version = "0.10.0" optional = true [dependencies.valu3] version = "0"