Cargo Features
[dependencies]
iroh-bytes = { version = "0.15.0", default-features = false, features = ["downloader", "fs-store", "metrics", "redb"] }
- default = fs-store
-
The
fs-store
feature is set by default wheneveriroh-bytes
is added without
somewhere in the dependency tree.default-features = false - downloader
-
Enables hashlink, iroh-net ^0.15.0, and parking_lot, time of tokio-util
Affects
iroh-bytes::downloader
… - fs-store default = redb
-
Enables redb ^1.5.1, reflink-copy, and tempfile
Affects
store::fs
… - metrics
-
Enables iroh-metrics ^0.15.0
Affects
iroh-bytes::metrics
… - redb fs-store
-
Enables redb