# 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 = "queryer-sql-polars" version = "0.1.0" description = "A useful tool for use SQL to query data from `url`, `file` and `comm`." homepage = "https://github.com/kindywu" documentation = "https://docs.rs/queryer" readme = "README.md" license = "MIT" repository = "https://github.com/kindywu/queryer" [dependencies.anyhow] version = "1.0.86" [dependencies.csv] version = "1.3.0" [dependencies.polars] version = "0.40.0" features = [ "lazy", "polars-io", "json", ] [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.sqlparser] version = "0.47.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]