agentos-v8-runtime 0.2.5

V8 isolate runtime for secure-exec guest JavaScript execution
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"
name = "agentos-v8-runtime"
version = "0.2.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "V8 isolate runtime for secure-exec guest JavaScript execution"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/agent-os"

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

[[test]]
name = "embedded_runtime_session"
path = "tests/embedded_runtime_session.rs"

[[test]]
name = "event_loop"
path = "tests/event_loop.rs"

[[test]]
name = "snapshot"
path = "tests/snapshot.rs"

[dependencies.agentos-bridge]
version = "0.2.5"

[dependencies.ciborium]
version = "0.2"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.signal-hook]
version = "0.3"

[dependencies.v8]
version = "130"

[build-dependencies.agentos-build-support]
version = "0.2.5"