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
somewhere in the dependency tree.default-features = false - 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.