Cargo Features

peepmatic-automata has no features set by default.

[dependencies]
peepmatic-automata = { version = "0.78.0", features = ["dot", "serde"] }
dot

Enable support for generating GraphViz Dot files that can be used to visually render an automaton.

https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29

Affects peepmatic-automata::dot

Features from optional dependencies

FIXME(rust-lang/cargo#9300): uncomment once that lands [package.metadata.docs.rs]
all-features = true

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework