Cargo Features
[dependencies]
jumpcut = { version = "0.7.1", default-features = false, features = ["fdx", "cli", "lib-only"] }
- default = cli, fdx, html
-
These default features are set whenever
jumpcut
is added without
somewhere in the dependency tree.default-features = false - html fdx default lib-only? = handlebars
- cli default = clap
- lib-only = fdx, 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.
- handlebars fdx html
-
Enables handlebars ^5.1.2
- clap cli