# 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 = "qpml" version = "0.14.0" authors = ["Andy Grove "] description = "Query Plan Markup Language (QPML)" homepage = "https://github.com/andygrove/qpml" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/andygrove/qpml" [lib] name = "qpml" path = "src/lib.rs" [[bin]] name = "qpml" path = "src/bin/main.rs" [dependencies.datafusion] version = "34.0" [dependencies.datafusion-substrait] version = "34.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1.0"