# 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 = "dfq" version = "0.1.1" authors = ["Xiaoguang Zhang "] description = "A CLI tool for running SQLs over various data sources." readme = "README.md" keywords = [ "sql", "csv", "json", "datafusion", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zhxiaogg/dfq" [dependencies.clap] version = "4" features = ["derive"] [dependencies.datafusion] version = "33" [dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ]