Cargo Features

senax-common has no features set by default.

[dependencies]
senax-common = { version = "0.3.0", features = ["etcd", "uring"] }
etcd = etcd-client

Affects senax-common::etcd

uring = tokio-uring

Affects cache::storage_cache, linker::common

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.

etcd-client etcd?

Enables etcd-client ^0.11

tokio-uring uring?