[package] name = "typestate-automata" version = "0.5.0" authors = ["José Duarte "] edition = "2018" description = "An automata library for the typestate crate" license = "MIT OR Apache-2.0" keywords = ["typestate", "automata"] categories = ["development-tools"] homepage = "https://github.com/rustype/typestate-rs" repository = "https://github.com/rustype/typestate-rs" readme = "README.md" autotests = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] dot = [] plantuml = [] mermaid = [] [dependencies]