# 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 = "2018" name = "odbc-iter" version = "0.2.7" authors = ["Jakub Pastuszek "] description = "High level database access library based on 'odbc' crate that uses native ODBC drivers to access variety of databases" documentation = "https://docs.rs/odbc-iter" readme = "README.md" keywords = [ "odbc", "orm", "database", ] categories = ["database"] license = "MIT" repository = "https://github.com/jpastuszek/odbc-iter" [dependencies.chrono] version = "0.4.23" optional = true [dependencies.error-context] version = "0.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.odbc] version = "0.13.0" [dependencies.regex] version = "1.7.1" [dependencies.rust_decimal] version = "1.28.1" optional = true [dependencies.serde] version = "1.0.152" optional = true [dependencies.serde_json] version = "1.0.93" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.serde_json] version = "1.0.93" [features] default = ["chrono"] statistics = [] test-hive = [] test-monetdb = [] test-sql-server = []