# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "odbc-tools" version = "1.1.1" authors = ["Jakub Pastuszek "] description = "Command line interface tools to query databases with via native ODBC drivers" documentation = "https://docs.rs/odbc-tools" readme = "README.md" keywords = ["odbc", "cli", "database"] categories = ["command-line-utilities", "database"] license = "MIT" repository = "https://github.com/jpastuszek/odbc-tools" [dependencies.cotton] version = "0.0.3" [dependencies.odbc-avro] version = "0.2.1" features = ["decimal"] [dependencies.odbc-iter] version = "0.2.5" features = ["serde", "rust_decimal"] [dependencies.serde_json] version = "1.0.40" [dependencies.structopt] version = "0.3.3"