# 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" version = "0.1.0" authors = ["He Guofeng "] description = "A native, synchronous openGauss client" readme = "README.md" keywords = [ "database", "og", "openGauss", "sql", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://gitee.com/opengauss/openGauss-connector-rust" [package.metadata.docs.rs] all-features = true [[bench]] name = "bench" harness = false [dependencies.bytes] version = "1.0" [dependencies.fallible-iterator] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.0" features = [ "rt", "time", ] [dependencies.tokio-opengauss] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" [features] array-impls = ["tokio-opengauss/array-impls"] with-bit-vec-0_6 = ["tokio-opengauss/with-bit-vec-0_6"] with-chrono-0_4 = ["tokio-opengauss/with-chrono-0_4"] with-eui48-0_4 = ["tokio-opengauss/with-eui48-0_4"] with-eui48-1 = ["tokio-opengauss/with-eui48-1"] with-geo-types-0_6 = ["tokio-opengauss/with-geo-types-0_6"] with-geo-types-0_7 = ["tokio-opengauss/with-geo-types-0_7"] with-serde_json-1 = ["tokio-opengauss/with-serde_json-1"] with-time-0_2 = ["tokio-opengauss/with-time-0_2"] with-uuid-0_8 = ["tokio-opengauss/with-uuid-0_8"] [badges.circle-ci] repository = "opengauss/openGauss-connector-rust"