Cargo Features
hledger-parser has no features set by default.
[dependencies]
hledger-parser = { version = "1.0.0-beta.2", features = ["example-cheatsheet", "cli"] }
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.
- ariadne cli? example-cheatsheet?
-
Enables ariadne ^0.4.1
- clap cli?