loopsmith-core 0.2.0

Config model and A-H validation for loopsmith loops
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"
name = "loopsmith-core"
version = "0.2.0"
build = false
include = [
    "/src/**/*",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config model and A-H validation for loopsmith loops"
homepage = "https://github.com/bitphill/loopsmith"
readme = "README.md"
keywords = [
    "agent",
    "loop",
    "llm",
    "orchestration",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bitphill/loopsmith"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.10"
package = "serde_yaml_ng"

[dependencies.thiserror]
version = "1"