Cargo Features

[dependencies]
boolean-logic = { version = "0.1.3", default-features = false, features = ["pdf", "csv", "html"] }
default = csv, html, pdf

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

pdf default = genpdf

Affects boolean-logic::pdf

csv default

Affects boolean-logic::csv

html default

Affects boolean-logic::html

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.

genpdf pdf