# 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 = "sql2xlsx" version = "0.1.0" authors = ["Bob "] description = "Export SQL query to excel file" documentation = "https://docs.rs/sql2xlsx" keywords = [ "sql", "excel", "xlsx", ] license = "MIT" repository = "https://github.com/bob22z/sql2xlsx" [dependencies.clap] version = "4" features = ["derive"] [dependencies.dotenvy] version = "0.15" [dependencies.postgres] version = "0.19" [dependencies.rust_xlsxwriter] version = "0.46" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.7"