Cargo Features

Metamath-rs has no features set by default.

[dependencies]
metamath-rs = { version = "0.3.8", features = ["dot", "xml"] }
default

These default features are set whenever metamath-rs is added without default-features = false somewhere in the dependency tree.

Enables color of annotate-snippets ^0.9

dot = dot-writer
xml = xml-rs

Affects metamath-rs::export_deps

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.

dot-writer dot?

Enables dot-writer

Optional dependencies

xml-rs xml?