# 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 = "sql2csv" version = "0.4.0" authors = ["Bob "] description = "Export SQL query to csv file" documentation = "https://docs.rs/sql2csv" keywords = ["sql", "csv"] license = "MIT" repository = "https://github.com/nottxy/sql2csv" resolver = "2" [[bin]] name = "sql2csv" path = "src/main.rs" [dependencies.csv] version = "1" [dependencies.dotenv] version = "0.15" [dependencies.postgres] version = "0.19" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.5"