agentsight-ext-runtime 1.0.23

Bounded in-process WebAssembly Component runtime for AgentSight extensions.
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"
rust-version = "1.87"
name = "agentsight-ext-runtime"
version = "1.0.23"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded in-process WebAssembly Component runtime for AgentSight extensions."
readme = false
license = "MIT"
repository = "https://github.com/eunomia-bpf/agentsight"

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

[[example]]
name = "session_smoke"
path = "examples/session_smoke.rs"

[dependencies.wasmtime]
version = "37.0.2"
features = [
    "component-model",
    "cranelift",
    "runtime",
]
default-features = false

[dependencies.wasmtime-wasi]
version = "37.0.2"
features = ["p2"]
default-features = false