# 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 = "exasol" version = "0.3.4" authors = ["bobozaur"] exclude = ["tests/*"] description = "Exasol client library implemented in Rust." readme = "README.md" keywords = [ "database", "sql", "exasol", "rust", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/bobozaur/rust-exasol" [dependencies.__native_tls] version = "0.2.10" optional = true package = "native-tls" [dependencies.__rustls] version = "0.20.4" optional = true package = "rustls" [dependencies.base64] version = "0.20.0-alpha.1" [dependencies.crossbeam] version = "0.8.1" [dependencies.csv] version = "1.1.6" [dependencies.flate2] version = "1.0.22" optional = true [dependencies.lazy-regex] version = "2.3.0" [dependencies.log] version = "0.4.16" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.9.2" features = ["pem"] optional = true [dependencies.regex] version = "1.5.5" [dependencies.rsa] version = "0.6.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.30" [dependencies.tungstenite] version = "0.17.2" [dependencies.url] version = "2.2.2" [features] native-tls = [ "tungstenite/native-tls", "native-tls-basic", ] native-tls-basic = [ "rcgen", "__native_tls", "tungstenite/native-tls", ] native-tls-vendored = [ "tungstenite/native-tls-vendored", "native-tls-basic", ] rustls = [ "rcgen", "__rustls", "tungstenite/__rustls-tls", ] rustls-tls-native-roots = [ "tungstenite/rustls-tls-native-roots", "rustls", ] rustls-tls-webpki-roots = [ "tungstenite/rustls-tls-webpki-roots", "rustls", ]