Files
wasmtime/cranelift/peepmatic/crates/automata/Cargo.toml
2020-06-11 17:49:56 -07:00

21 lines
523 B
TOML

[package]
name = "peepmatic-automata"
version = "0.2.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
description = "Finite-state transducer automata"
[package.metadata.docs.rs]
all-features = true
[dependencies]
serde = { version = "1.0.106", optional = true }
[features]
# 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
dot = []