Cargo Features

kdbplus has no features set by default.

[dependencies]
kdbplus = { version = "0.3.8", features = ["api", "ipc"] }
default

Include nothing by default

api

Select one of two features

Affects kdbplus::api

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

Affects kdbplus::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?