# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "queryer" version = "0.1.1" description = "Allow query to data source (CLI output, local file, remote url) via SQL query.\n" homepage = "https://github.com/tyrchen/select" documentation = "https://docs.rs/queryer/0.1.0/queryer/" readme = "../README.md" keywords = ["sql", "dataframe", "parser"] license = "MIT" repository = "https://github.com/tyrchen/select" [[example]] name = "dialect" [[example]] name = "covid" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.polars] version = "0.15" features = ["json", "lazy", "pretty_fmt"] [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json", "rustls-tls"] default-features = false [dependencies.sqlparser] version = "0.10" [dependencies.tokio] version = "1" features = ["fs"] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.2"