# 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 = "odbc2parquet" version = "6.3.1" authors = ["Markus Klein"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Query an ODBC data source and store the result in a Parquet file." documentation = "https://docs.rs/odbc2parquet/" readme = "README.md" keywords = [ "odbc", "parquet", "sql", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pacman82/odbc2parquet" [profile.release] lto = true panic = "abort" [[bin]] name = "odbc2parquet" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.atoi] version = "2.0.0" [dependencies.bytesize] version = "1.3.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5.37" [dependencies.io-arg] version = "0.2.1" [dependencies.log] version = "0.4.22" [dependencies.num-traits] version = "0.2.19" [dependencies.parquet] version = "53.2.0" features = [ "snap", "brotli", "flate2", "lz4", "zstd", "base64", ] default-features = false [dependencies.stderrlog] version = "0.6.0" [dependencies.tempfile] version = "3.14.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.bytes] version = "1.8.0" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.predicates] version = "3.1.2" [target.'cfg(not(target_os = "windows"))'.dependencies.odbc-api] version = "9" features = [ "narrow", "odbc_version_3_5", ] [target.'cfg(target_os = "windows")'.dependencies.odbc-api] version = "9" features = ["odbc_version_3_5"]