# 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.70" name = "datafusion-optd-cli" version = "32.0.0" description = "Command Line Client for DataFusion query engine with optd patch." homepage = "https://github.com/cmu-db/optd" readme = "README.md" keywords = [ "arrow", "datafusion", "query", "sql", ] license = "MIT" repository = "https://github.com/cmu-db/optd" [dependencies.arrow] version = "47.0.0" [dependencies.async-trait] version = "0.1.41" [dependencies.aws-config] version = "0.55" [dependencies.aws-credential-types] version = "0.55" [dependencies.clap] version = "3" features = [ "derive", "cargo", ] [dependencies.datafusion] version = "32.0.0" features = [ "avro", "crypto_expressions", "encoding_expressions", "regex_expressions", "unicode_expressions", "compression", ] [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.object_store] version = "0.7.0" features = [ "aws", "gcp", ] [dependencies.optd-datafusion-bridge] version = "0.0.0" [dependencies.optd-datafusion-repr] version = "0.0.0" [dependencies.parking_lot] version = "0.12" [dependencies.regex] version = "1.8" [dependencies.rustyline] version = "11.0" [dependencies.tokio] version = "1.24" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2.2" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.ctor] version = "0.2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.rstest] version = "0.17"