# 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 = "powersql" version = "0.3.1" authors = ["Daniƫl Heres "] description = "Data transformation tool using SQL" license = "MIT" repository = "https://github.com/Dandandan/PowerSQL" [dependencies.async-trait] version = "0.1" [dependencies.google-bigquery2] version = "1" optional = true [dependencies.hyper] version = "^0.10" optional = true [dependencies.hyper-rustls] version = "^0.6" optional = true [dependencies.im] version = "15" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "^1.0" optional = true [dependencies.sqlparser] version = "0.6.1" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.tokio-postgres] version = "0.5" optional = true [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2" [dependencies.yup-oauth2] version = "^1.0" optional = true [dev-dependencies.maplit] version = "1.0" [features] bigquery = ["google-bigquery2", "hyper", "hyper-rustls", "serde_json", "yup-oauth2"] default = [] postgres = ["tokio-postgres"]