Cargo Features

surrealdb-tikv-client has no features set by default.

[dependencies]
surrealdb-tikv-client = { version = "0.2.0-surreal.2", features = ["integration-tests"] }
default

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

Enables process of prometheus

integration-tests

Enable integration tests with a running TiKV and PD instance.
Use $PD_ADDRS, comma separated, to set the addresses the tests use.