statecraft 0.1.0

State machines with compile-time enforced transitions
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"
name = "statecraft"
version = "0.1.0"
authors = ["Zetier, Inc."]
build = false
exclude = [
    "target",
    ".github",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "State machines with compile-time enforced transitions"
documentation = "https://docs.rs/statecraft"
readme = "README.md"
keywords = [
    "state-machine",
    "typestate",
    "fsm",
    "async",
    "compile-time",
]
categories = [
    "rust-patterns",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Zetier/statecraft"

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

[dependencies.statecraft-derive]
version = "0.1.0"

[dependencies.trait-variant]
version = "0.1"

[dev-dependencies.test-log]
version = "0.2"
features = [
    "trace",
    "color",
]
default-features = false

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