Cargo Features

[dependencies]
holochain_util = { version = "0.4.0-dev.1", default-features = false, features = ["pw", "fs", "time", "backtrace"] }
default = fs, pw, time, tokio

These default features are set whenever holochain_util is added without default-features = false somewhere in the dependency tree.

pw default = rpassword, sodoken

Affects holochain_util::pw

fs default

Affects holochain_util::ffs

time default = tokio

Affects holochain_util::time

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.

reminder - do not use workspace deps

tokio default time

Affects holochain_util::tokio_helper

backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program

rpassword pw
sodoken pw