Cargo Features

pliantdb-core has no features set by default.

[dependencies]
pliantdb-core = { version = "0.1.0-dev-2", features = ["networking", "certificate-generation", "websockets", "trusted-dns", "test-util", "uuid"] }
networking test-util? = fabruic

Affects pliantdb-core::networking

certificate-generation

Enables certificate of fabruic

websockets test-util?
trusted-dns

Enables dns of fabruic

test-util = futures, networking, tokio, websockets

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.

uuid implicit feature

Enables uuid ^0.8

uuid:

A library to generate and parse UUIDs

futures test-util?
tokio test-util?
fabruic certificate-generation? networking? trusted-dns?