Cargo Features
[dependencies]
ftml = { version = "1.27.0", default-features = false, features = ["html", "mathml"] }
- default = html, mathml
-
These default features are set whenever
ftml
is added without
somewhere in the dependency tree.default-features = false - html default mathml = parcel_css
-
Adds HTML rendering.
Affects
render::html
,url::normalize_link
… - mathml default = html, latex2mathml
-
Adds LaTeX -> MathML support for rendering.
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.