mlua-swarm-schema 0.1.3

Blueprint schema types for mlua-swarm — Swarm IF SoT (Blueprint / AgentDef / AgentKind / Hints / Strategy / Metadata).
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.77"
name = "mlua-swarm-schema"
version = "0.1.3"
authors = ["Yutaka Nishimura <ytk.nishimura@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blueprint schema types for mlua-swarm — Swarm IF SoT (Blueprint / AgentDef / AgentKind / Hints / Strategy / Metadata)."
homepage = "https://github.com/ynishi/mlua-swarm"
readme = "README.md"
keywords = [
    "swarm",
    "lua",
    "blueprint",
    "schema",
    "flow-ir",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-swarm"

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

[dependencies.mlua-flow-ir]
version = "0.0.5"

[dependencies.schemars]
version = "1"

[dependencies.semver]
version = "1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"