# 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.64.0" name = "prql-query" version = "0.0.15" description = "pq: query and transform data with PRQL" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/prql/prql-query" [package.metadata.release] shared-version = true tag-name = "{{version}}" tag-prefix = "" [[bin]] name = "pq" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.arrow] version = "23" features = [ "default", "ipc_compression", "prettyprint", ] optional = true [dependencies.async-trait] version = "0.1" [dependencies.atty] version = "0.2" [dependencies.camino] version = "1.1.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.1.4" features = [ "derive", "env", "string", ] [dependencies.datafusion] version = "12.0.0" features = [ "default", "avro", ] optional = true [dependencies.dotenvy] version = "0.15.3" [dependencies.duckdb] version = "0.5.1" features = [ "bundled", "modern-full", ] optional = true [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.parquet] version = "23" optional = true [dependencies.polars] version = "0.24.2" features = ["docs-selection"] optional = true [dependencies.prql-compiler] version = "0.6.1" [dependencies.regex] version = "1.6.0" optional = true [dependencies.tokio] version = "1.19" features = [ "rt-multi-thread", "macros", ] [dependencies.url] version = "2" [features] datafusion = [ "dep:datafusion", "dep:regex", ] default = [ "datafusion", "duckdb", ] duckdb = [ "dep:duckdb", "dep:arrow", "dep:parquet", ] polars = ["dep:polars"]