Cargo Features

[dependencies]
libtaos = { version = "0.4.5", default-features = false, features = ["rest", "stmt", "cleanup", "schemaless", "r2d2", "bindgen"] }
default = schemaless, stmt

These default features are set whenever libtaos is added without default-features = false somewhere in the dependency tree.

rest = reqwest
stmt default

Affects libtaos::stmt

cleanup
schemaless default

Affects libtaos::schemaless

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

r2d2 implicit feature

Enables r2d2

r2d2:

A generic connection pool

Affects libtaos::TaosPool

reqwest rest?

Enables reqwest ^0.11.3

bindgen build implicit feature

Enables bindgen ^0.60.1

bindgen:

Automatically generates Rust FFI bindings to C and C++ libraries