agent-runtime-kernel-api 0.1.1

Internal Kernel contract for Agent Runtime
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 = "agent-runtime-kernel-api"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal Kernel contract for Agent Runtime"
documentation = "https://docs.rs/agent-runtime-kernel-api"
readme = "README.md"
license = "Apache-2.0"

[package.metadata.agent-runtime]
audience = "internal"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.runtime-extension-api]
version = "0.1.1"
package = "agent-runtime-extension-api"

[dependencies.runtime-ports]
version = "0.1.2"
package = "agent-runtime-ports"

[dependencies.runtime-types]
version = "0.1.1"
package = "agent-runtime-types"

[dependencies.thiserror]
version = "2"