# 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.80" name = "parquet_aramid" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Query engine using Parquet tables as a Key-Value store" readme = "README.md" keywords = [ "parquet", "key-value", ] categories = ["database-implementations"] license = "GPL-3.0-or-later" repository = "https://gitlab.softwareheritage.org/swh/devel/parquet_aramid-rs" [lib] name = "parquet_aramid" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.arrow] version = "53.1.0" [dependencies.bytes] version = "1.7.1" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.epserde] version = "0.6.1" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.13.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.object_store] version = "0.11.0" default-features = false [dependencies.parquet] version = "53.1.0" features = [ "arrow", "async", "object_store", "zstd", ] default-features = false [dependencies.rdst] version = "0.20.14" [dependencies.sux] version = "0.4.1" [dependencies.tokio] version = "1.0" features = ["rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.2" [dev-dependencies.tokio-test] version = "0.4.4" [features] default = [] rayon = ["rdst/multi-threaded"]