# 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 = "odbcsv" version = "1.0.12" authors = ["Markus Klein"] build = 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.93" [dependencies.clap] version = "4.5.21" features = [ "derive", "env", ] [dependencies.csv] version = "1.3.1" [dependencies.log] version = "0.4.22" [dependencies.odbc-api] version = "9.0.0" [dependencies.stderrlog] version = "0.6.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.tempfile] version = "3.14.0"