# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lin-state" version = "0.0.1" authors = ["Vid Drobnič "] description = "Writing state machine in a linear way. This library is part of a larger project, available at the homepage of the library." readme = "README.md" license = "MIT" repository = "https://github.com/viddrobnic/lin-state" [dependencies.lin-state-macros] version = "0.0.1" optional = true [dependencies.tokio] version = "1.29" features = [ "sync", "rt", "time", ] optional = true [features] default = ["macros"] macros = ["dep:lin-state-macros"] tokio = ["dep:tokio"]