# 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 = "snowflake-connector-rs" version = "0.6.3" authors = ["kenkoooo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for Snowflake" readme = "README.md" keywords = [ "snowflake", "database", "sql", "client", ] license = "MIT" repository = "https://github.com/estie-inc/snowflake-connector-rs" [lib] name = "snowflake_connector_rs" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "test-async" path = "tests/test-async.rs" [[test]] name = "test-basic-operations" path = "tests/test-basic-operations.rs" [[test]] name = "test-chunk" path = "tests/test-chunk.rs" [[test]] name = "test-decode" path = "tests/test-decode.rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1.0" [dependencies.http] version = "1.1" [dependencies.jsonwebtoken] version = "9.1" [dependencies.pkcs8] version = "0.10" features = [ "pem", "pkcs5", "encryption", ] [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", "rustls-tls", ] default-features = false [dependencies.rsa] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.41" features = ["rt"] [dependencies.uuid] version = "1.11" features = ["v4"] [dev-dependencies.tokio] version = "1.41" features = [ "macros", "rt-multi-thread", ]