sim-lib-agent 0.1.1

Agent runtime surfaces 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"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent runtime surfaces 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"

[features]
agent-net = ["sim-lib-server/server-net-http"]
cookbook = ["dep:sim-lib-cookbook"]
default = []
runner-http = ["dep:sim-lib-agent-runner-http"]
runner-ollama = ["dep:sim-lib-agent-runner-http"]
runner-process = ["dep:sim-lib-agent-runner-process"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sim-citizen-derive]
version = "0.1.0"

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

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

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

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

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

[dependencies.sim-lib-agent-runner-http]
version = "0.1.0"
optional = true

[dependencies.sim-lib-agent-runner-process]
version = "0.1.0"
optional = true

[dependencies.sim-lib-cookbook]
version = "0.1.0"
optional = true

[dependencies.sim-lib-core]
version = "0.1.0"

[dependencies.sim-lib-numbers-stats]
version = "0.1.0"

[dependencies.sim-lib-rank]
version = "0.1.0"

[dependencies.sim-lib-server]
version = "0.1.0"

[dependencies.sim-lib-stream-core]
version = "0.1.0"

[dependencies.sim-lib-stream-fabric]
version = "0.1.0"

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

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

[dependencies.sim-wasm-abi]
version = "0.1.0"

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

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

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

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

[dev-dependencies.sim-lib-topology]
version = "0.1.0"

[dev-dependencies.wat]
version = "1.245.1"