# 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 = "sql2any" version = "0.1.2" authors = ["Franco Lucchini "] description = "Export data from SQL databases in various formats" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.enum-map] version = "2" [dependencies.num-traits] version = "0.2" [dependencies.rust_xlsxwriter] version = "0" features = ["chrono"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-rustls", "macros", "chrono", "rust_decimal", "postgres", "mysql", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2"