typestate 0.8.0-rc6

A proc macro DSL for typestates
Documentation
[[test]]
name = "tests"
path = "tests/macro_tests.rs"
[dependencies.aquamarine]
optional = true
version = "^0.1.9"

[dependencies.typestate-proc-macro]
package = "typestate-proc-macro"
version = "0.8.0-rc6"
[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[features]
default = ["std", "mermaid-docs"]
export-dot = ["typestate-proc-macro/dot"]
export-plantuml = ["typestate-proc-macro/plantuml"]
mermaid-docs = ["typestate-proc-macro/mermaid", "aquamarine"]
std = ["typestate-proc-macro/std"]

[package]
authors = ["José Duarte <jmg.duarte@campus.fct.unl.pt>"]
autotests = false
categories = ["development-tools"]
description = "A proc macro DSL for typestates"
edition = "2018"
homepage = "https://github.com/rustype/typestate-rs"
keywords = ["typestate"]
license = "MIT OR Apache-2.0"
name = "typestate"
readme = "README.md"
repository = "https://github.com/rustype/typestate-rs"
version = "0.8.0-rc6"