Cargo Features

[dependencies]
log-structured = { version = "0.3.0", default-features = false, features = ["io_file", "io_mmap"] }
default = io_mmap

The io_mmap feature is set by default whenever log-structured 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

LogStructured has 3 features without comments.