Cargo Features
[dependencies]
typestate = { version = "0.9.0-rc2", default-features = false, features = ["std", "export-dot", "export-plantuml", "mermaid-docs"] }
- default = mermaid-docs, std
-
These default features are set whenever
typestate
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of typestate-proc-macro
- export-dot
-
Enables dot of typestate-proc-macro
- export-plantuml
-
Enables plantuml of typestate-proc-macro
- mermaid-docs default = aquamarine
-
Enables mermaid of typestate-proc-macro
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.
- aquamarine mermaid-docs
-
Enables aquamarine ^0.1.9