Cargo Features

[dependencies]
spongedown = { version = "0.5.0-alpha.1", default-features = false, features = ["with-csv", "with-embed"] }
default = with-csv, with-embed

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

with-csv default = csv
with-embed default = file

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.

csv with-csv
file with-embed

Affects plugins::embed_handler, plugins::fetch_file_contents