gust-runtime 0.2.0

Runtime support library (traits, envelopes, supervisors) for programs compiled from Gust
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-runtime"
version = "0.2.0"
authors = ["Brock Claussen <brock.claussen@narcolepticfox.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support library (traits, envelopes, supervisors) for programs compiled from Gust"
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_runtime"
path = "src/lib.rs"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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