Cargo Features

[dependencies]
esl01-dag = { version = "0.3.0", default-features = false, features = ["indexedlog-backend", "render"] }
default = indexedlog-backend, render

These default features are set whenever esl01-dag is added without default-features = false somewhere in the dependency tree.

indexedlog-backend default = fs2, indexedlog, tempfile
render default = renderdag

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

fs2 indexedlog-backend
indexedlog indexedlog-backend

Enables esl01-indexedlog

renderdag render

Enables esl01-renderdag

tempfile indexedlog-backend