sim-lib-agent-runner-process 0.1.4

Local subprocess-backed model runners for SIM.
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"
name = "sim-lib-agent-runner-process"
version = "0.1.4"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local subprocess-backed model runners for SIM."
homepage = "https://github.com/sim-nest/sim-agent-net"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-agent-net"

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

[dependencies.serde_json]
version = "1"

[dependencies.sim-codec]
version = "0.1.0"

[dependencies.sim-codec-chat]
version = "0.1.4"

[dependencies.sim-codec-json]
version = "0.1.0"

[dependencies.sim-cookbook]
version = "0.1.0"

[dependencies.sim-kernel]
version = "0.1.4"

[dependencies.sim-lib-agent-runner-core]
version = "0.1.2"

[dev-dependencies.sim-kernel]
version = "0.1.4"
features = ["test-support"]

[build-dependencies.sim-cookbook]
version = "0.1.0"