Cargo Features
[dependencies]
blades = { version = "0.5.0", default-features = false, features = ["bin", "mathml"] }
- default = bin, mathml
-
These default features are set whenever
blades
is added without
somewhere in the dependency tree.default-features = false - bin default = clap, clap_derive, serde-cmd, serde_json, thiserror, toml
- mathml default
-
Enables latex2mathml of cmark-syntax ^0.4
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.
- toml bin
-
Enables toml ^0.5.9
Cargo doesn't support binary-only dependencies yet.
- clap bin
- clap_derive bin
- thiserror bin
-
Enables thiserror ^1
- serde_json bin
- serde-cmd bin