sql-to-csv 0.1.1

Fast, parallel SQL dump to CSV/TSV converter. Supports MySQL, PostgreSQL, SQL Server, Oracle, and SQLite.
Documentation
# 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 = "sql-to-csv"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, parallel SQL dump to CSV/TSV converter. Supports MySQL, PostgreSQL, SQL Server, Oracle, and SQLite."
homepage = "https://github.com/bmamouri/sql-to-csv"
readme = "README.md"
keywords = [
    "sql",
    "csv",
    "postgresql",
    "mysql",
    "migration",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/bmamouri/sql-to-csv"

[lib]
name = "sql_to_csv"
path = "src/lib.rs"

[[bin]]
name = "sql-to-csv"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.libsqlconv]
version = "0.1.1"