Cargo Features

[dependencies]
crowbook = { version = "0.16.1", default-features = false, features = ["proofread", "binary", "nightly", "odt", "syntect"] }
default = binary, proofread, syntect

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

proofread default = caribon, reqwest, serde, serde_derive, serde_json, url
binary default = clap, console, indicatif, simplelog, tempdir, textwrap
nightly = hyphenation, punkt
odt

Affects templates::odt

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.

punkt nightly?
hyphenation nightly?
textwrap binary
serde proofread
serde_json proofread
serde_derive proofread
indicatif binary
console binary
caribon proofread
clap binary
simplelog binary
url proofread
syntect default

Affects syntax::Syntax

tempdir binary
reqwest proofread

Enables reqwest ^0.11