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