agentos-v8-runtime 0.2.14

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.14"
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"

[features]
test-support = []

[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 = "runtime_context_architecture"
path = "tests/runtime_context_architecture.rs"

[[test]]
name = "snapshot"
path = "tests/snapshot.rs"
required-features = ["test-support"]

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

[dependencies.agentos-runtime]
version = "0.2.14"

[dependencies.ciborium]
version = "0.2"

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

[dependencies.flume]
version = "0.11"
features = ["async"]

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "time",
]

[dependencies.v8]
version = "130"

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

[build-dependencies.cc]
version = "1"