[dependencies.lin-state-macros]
optional = true
version = "0.0.1"
[dependencies.tokio]
features = ["sync", "rt", "time"]
optional = true
version = "1.29"
[features]
default = ["macros"]
macros = ["dep:lin-state-macros"]
tokio = ["dep:tokio"]
[package]
authors = ["Vid Drobnič <vid@zerodays.dev>"]
description = "Writing state machine in a linear way. This library is part of a larger project, available at the homepage of the library."
edition = "2021"
license = "MIT"
name = "lin-state"
readme = "README.md"
repository = "https://github.com/viddrobnic/lin-state"
version = "0.0.1"