tramli 1.2.2

Constrained flow engine — state machines that prevent invalid transitions at build time
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"
rust-version = "1.75.0"
name = "tramli"
version = "1.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Constrained flow engine — state machines that prevent invalid transitions at build time"
readme = "README.md"
keywords = [
    "state-machine",
    "workflow",
    "flow-engine",
    "validation",
]
categories = [
    "data-structures",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/opaopa6969/tramli"

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

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

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

[dependencies]