# 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 = "optd-sqlplannertest" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "sqlplannertest for optd" homepage = "https://github.com/cmu-db/optd" readme = "README.md" keywords = [ "sql", "database", "optimizer", "datafusion", ] license = "MIT" repository = "https://github.com/cmu-db/optd" [lib] name = "optd_sqlplannertest" path = "src/lib.rs" [[bin]] name = "planner_test_apply" path = "src/bin/planner_test_apply.rs" [[test]] name = "planner_test" path = "tests/planner_test.rs" harness = false [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.datafusion] version = "32.0.0" features = [ "avro", "crypto_expressions", "encoding_expressions", "regex_expressions", "unicode_expressions", "compression", ] [dependencies.datafusion-optd-cli] version = "32.0.0" [dependencies.env_logger] version = "0.9" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.optd-datafusion-bridge] version = "0.1" [dependencies.optd-datafusion-repr] version = "0.1" [dependencies.optd-datafusion-repr-adv-cost] version = "0.1" [dependencies.regex] version = "1.8" [dependencies.sqlplannertest] version = "0.2" [dependencies.tokio] version = "1.24" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ]