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

bin default = clap, clap_derive, serde-cmd, serde_json, thiserror, toml
mathml default

Enables latex2mathml of cmark-syntax

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
serde_json bin
serde-cmd bin