# 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 = "opengauss-openssl" version = "0.1.0" authors = ["He Guofeng "] description = "TLS support for tokio-opengauss via openssl" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://gitee.com/opengauss/openGauss-connector-rust" [dependencies.futures] version = "0.3" [dependencies.openssl] version = "0.10" [dependencies.tokio] version = "1.0" [dependencies.tokio-opengauss] version = "0.1.0" default-features = false [dependencies.tokio-openssl] version = "0.6" [dev-dependencies.opengauss] version = "0.1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = ["runtime"] runtime = ["tokio-opengauss/runtime"] [badges.circle-ci] repository = "opengauss/openGauss-connector-rust"