qubit-state-machine 0.2.2

A small, thread-safe finite state machine for Rust
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 = "2024"
rust-version = "1.94"
name = "qubit-state-machine"
version = "0.2.2"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
    "coverage.sh",
    "COVERAGE.md",
    "COVERAGE.zh_CN.md",
    ".circleci/*",
    "ci-check.sh",
    ".llvm-cov.toml",
    ".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, thread-safe finite state machine for Rust"
homepage = "https://github.com/qubit-ltd/rs-state-machine"
documentation = "https://docs.rs/qubit-state-machine"
readme = "README.md"
keywords = [
    "state-machine",
    "fsm",
    "workflow",
    "thread-safe",
    "qubit",
]
categories = [
    "data-structures",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-state-machine"

[lib]
name = "qubit_state_machine"
path = "src/lib.rs"
doctest = true

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

[dependencies.qubit-atomic]
version = "0.10"

[dependencies.qubit-cas]
version = "0.4"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage)"]