# 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 = "tokio-opengauss" version = "0.1.0" authors = ["He Guofeng "] description = "A native, asynchronous openGauss client" readme = "README.md" keywords = [ "database", "og", "openGauss", "sql", "async", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://gitee.com/opengauss/openGauss-connector-rust" [package.metadata.docs.rs] all-features = true [lib] test = false [[bench]] name = "bench" harness = false [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1.0" [dependencies.bytes] version = "1.0" [dependencies.fallible-iterator] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.opengauss-protocol] version = "0.1.0" [dependencies.opengauss-types] version = "0.1.0" [dependencies.parking_lot] version = "0.11" [dependencies.percent-encoding] version = "2.0" [dependencies.phf] version = "0.10" [dependencies.pin-project-lite] version = "0.2" [dependencies.socket2] version = "0.4" [dependencies.tokio] version = "1.0" features = ["io-util"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dev-dependencies.bit-vec-06] version = "0.6" package = "bit-vec" [dev-dependencies.chrono-04] version = "0.4" default-features = false package = "chrono" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.eui48-04] version = "0.4" package = "eui48" [dev-dependencies.eui48-1] version = "1.0" package = "eui48" [dev-dependencies.geo-types-06] version = "0.6" package = "geo-types" [dev-dependencies.geo-types-07] version = "0.7" package = "geo-types" [dev-dependencies.serde-1] version = "1.0" package = "serde" [dev-dependencies.serde_json-1] version = "1.0" package = "serde_json" [dev-dependencies.time-02] version = "0.2" package = "time" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.uuid-08] version = "0.8" package = "uuid" [features] array-impls = ["opengauss-types/array-impls"] default = ["runtime"] runtime = [ "tokio/net", "tokio/time", ] with-bit-vec-0_6 = ["opengauss-types/with-bit-vec-0_6"] with-chrono-0_4 = ["opengauss-types/with-chrono-0_4"] with-eui48-0_4 = ["opengauss-types/with-eui48-0_4"] with-eui48-1 = ["opengauss-types/with-eui48-1"] with-geo-types-0_6 = ["opengauss-types/with-geo-types-0_6"] with-geo-types-0_7 = ["opengauss-types/with-geo-types-0_7"] with-serde_json-1 = ["opengauss-types/with-serde_json-1"] with-time-0_2 = ["opengauss-types/with-time-0_2"] with-uuid-0_8 = ["opengauss-types/with-uuid-0_8"] [badges.circle-ci] repository = "opengauss/openGauss-connector-rust"