Cargo Features

kxkdb has no features set by default.

[dependencies]
kxkdb = { version = "0.1.0", features = ["api", "ipc"] }
default

Include nothing by default

api

Select one of two features

Affects kxkdb::api

ipc = async-trait, chrono, once_cell, sha1_smol, tokio, tokio-native-tls, trust-dns-resolver

Affects kxkdb::ipc

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.

chrono ipc?
trust-dns-resolver ipc?

Enables trust-dns-resolver ^0.22

once_cell ipc?
tokio ipc?
tokio-native-tls ipc?
async-trait ipc?
sha1_smol ipc?