gust-stdlib 0.2.0

Standard library of reusable Gust state machines (circuit breaker, retry, saga, rate limiter, and more)
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.85"
name = "gust-stdlib"
version = "0.2.0"
authors = ["Brock Claussen <brock.claussen@narcolepticfox.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library of reusable Gust state machines (circuit breaker, retry, saga, rate limiter, and more)"
homepage = "https://github.com/Dieshen/gust"
readme = "README.md"
keywords = [
    "state-machine",
    "compiler",
    "dsl",
    "codegen",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Dieshen/gust"
resolver = "2"

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

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

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

[dependencies]

[dev-dependencies.gust-lang]
version = "0.2.0"