odbcsv 1.1.2

Query an ODBC data source and print the result as csv.
# 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 = "2024"
name = "odbcsv"
version = "1.1.2"
authors = ["Markus Klein"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query an ODBC data source and print the result as csv."
documentation = "https://docs.rs/odbcsv/"
readme = "README.md"
keywords = [
    "odbc",
    "csv",
    "sql",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pacman82/odbcsv/tree/main"

[[bin]]
name = "odbcsv"
path = "src/main.rs"

[[test]]
name = "lib"
path = "tests/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.csv]
version = "1.4.0"

[dependencies.log]
version = "0.4.29"

[dependencies.odbc-api]
version = "28.0.0"

[dependencies.stderrlog]
version = "0.6.0"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.tempfile]
version = "3.27.0"