edfsm-machine 0.12.0

Tasks and Channels for Event Driven Finite State Machines
Documentation
# 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 = "edfsm-machine"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tasks and Channels for Event Driven Finite State Machines"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/titanclass/edfsm.git"

[features]
alloc = []
async-broadcast = [
    "dep:async-broadcast",
    "std",
]
default = [
    "tokio",
    "async-broadcast",
]
embassy = ["dep:embassy-sync"]
std = ["alloc"]
streambed = ["dep:streambed-codec"]
tokio = [
    "dep:tokio",
    "std",
]

[lib]
name = "edfsm_machine"
path = "src/lib.rs"

[[test]]
name = "connections"
path = "tests/connections.rs"

[[test]]
name = "streambed"
path = "tests/streambed.rs"

[[test]]
name = "terminating"
path = "tests/terminating.rs"

[dependencies.async-broadcast]
version = "0.7.2"
optional = true

[dependencies.derive_more]
version = "1"
features = ["from"]

[dependencies.edfsm]
version = "0.12.0"

[dependencies.embassy-sync]
version = "0.6.0"
optional = true

[dependencies.futures-util]
version = "0.3"

[dependencies.streambed-codec]
version = "0.13.0"
optional = true

[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true

[dev-dependencies.derive_more]
version = "1"
features = ["try_into"]

[dev-dependencies.serde]
version = "1"

[dev-dependencies.streambed-logged]
version = "0.13.0"

[dev-dependencies.tokio]
version = "1"
features = ["full"]