Cargo Features

[dependencies]
xenstore-rs = { version = "0.8.0", default-features = false, features = ["unix", "async", "async-tokio"] }
default = unix

The unix feature is set by default whenever xenstore-rs is added without default-features = false somewhere in the dependency tree.

unix default

Affects xenstore-rs::unix

async async-tokio? = futures, trait-variant

Affects xenstore-rs::LocalAsyncXs, xenstore-rs::LocalAsyncXsTransaction, xenstore-rs::LocalAsyncXsTransactionSpan, xenstore-rs::LocalAsyncWatch

async-tokio = anyhow, async, libc, log, tokio, uuid

Affects xenstore-rs::tokio

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.

anyhow async-tokio?
futures async?
libc async-tokio?
log async-tokio?
tokio async-tokio?
trait-variant async?
uuid async-tokio?