Cargo Features

[dependencies]
starsector = { version = "1.0.1", default-features = false, features = ["headline-parser", "orgize-integration"] }
default = headline-parser, orgize-integration

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

headline-parser default orgize-integration = chrono, lazy_static, nom, regex

Parses and emits keywords, tags, priority, comment, and title.

Affects errors::HeadlineError

orgize-integration default = headline-parser, indexmap, orgize

Uses Orgize to parse the properties and planning line.

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.

chrono headline-parser
indexmap orgize-integration

Enables indexmap ^1.9

lazy_static headline-parser
nom headline-parser
orgize orgize-integration
regex headline-parser