Cargo Features

[dependencies]
libblobd-lite = { version = "0.2.0", default-features = false, features = ["io_file", "io_mmap"] }
default = io_mmap

The io_mmap feature is set by default whenever libblobd-lite is added without default-features = false somewhere in the dependency tree.

io_file

Enables tokio_file of seekable-async-file ^0.11.3, io_file of write-journal

io_mmap default

Enables mmap of seekable-async-file ^0.11.3, io_mmap of write-journal

libblobd-lite has 3 features without comments.