# 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 = "odbc-api-helper" version = "0.2.5" authors = ["baoyachi "] description = "odbc-api helper" homepage = "https://github.com/baoyachi/odbc-bridge" documentation = "https://docs.rs/odbc-api-helper" readme = "README.md" keywords = [ "odbc", "odbc-api", "odbc-api-helper", ] license = "Apache-2.0" repository = "https://github.com/baoyachi/odbc-bridge" resolver = "1" [dependencies.anyhow] version = "1.0.64" [dependencies.async-trait] version = "0.1.57" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4.22" [dependencies.dameng-helper] version = "0.2.4" [dependencies.either] version = "1.8.0" [dependencies.log] version = "0.4.17" [dependencies.odbc-api] version = "0.50.2" [dependencies.odbc-common] version = "0.2.3" [dependencies.pg-helper] version = "0.2.3" [dependencies.postgres-protocol] version = "0.6.4" [dependencies.postgres-types] version = "0.2.4" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3.14" features = [ "macros", "parsing", ]