Cargo Features

[dependencies]
tokio-opengauss = { version = "0.1.0", default-features = false, features = ["runtime", "array-impls", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-serde_json-1", "with-uuid-0_8", "with-time-0_2"] }
default = runtime

The runtime feature is set by default whenever tokio-opengauss is added without default-features = false somewhere in the dependency tree.

runtime default

Enables net and time of tokio

Affects tokio-opengauss::connect, tls::MakeTlsConnect

array-impls

Enables array-impls of opengauss-types

with-bit-vec-0_6

Enables with-bit-vec-0_6 of opengauss-types

with-chrono-0_4

Enables with-chrono-0_4 of opengauss-types

with-eui48-0_4

Enables with-eui48-0_4 of opengauss-types

with-eui48-1

Enables with-eui48-1 of opengauss-types

with-geo-types-0_6

Enables with-geo-types-0_6 of opengauss-types

with-geo-types-0_7

Enables with-geo-types-0_7 of opengauss-types

with-serde_json-1

Enables with-serde_json-1 of opengauss-types

with-uuid-0_8

Enables with-uuid-0_8 of opengauss-types

with-time-0_2

Enables with-time-0_2 of opengauss-types