Cargo Features

[dependencies]
iroh-blobs = { version = "0.17.0", default-features = false, features = ["downloader", "fs-store", "metrics", "redb"] }
default = fs-store

The fs-store feature is set by default whenever iroh-blobs is added without default-features = false somewhere in the dependency tree.

downloader

Enables hashlink and parking_lot, time of tokio-util

Affects iroh-blobs::downloader

fs-store default = redb

Enables redb ^1.5.1, reflink-copy, and tempfile

Affects store::fs

metrics

Enables iroh-metrics

Affects iroh-blobs::metrics

redb fs-store

Enables redb