Cargo Features

[dependencies]
leaf-protocol = { version = "0.0.1", default-features = false, features = ["backend_iroh"] }
default = backend_iroh

The backend_iroh feature is set by default whenever leaf-protocol is added without default-features = false somewhere in the dependency tree.

backend_iroh default = iroh, once_cell, quick_cache, tokio

Affects store::iroh

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.

iroh backend_iroh

Enables iroh ^0.22.0

once_cell backend_iroh
quick_cache backend_iroh
tokio backend_iroh