harn-vm 0.7.21

Async bytecode virtual machine for the Harn programming language
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 = "harn-vm"
version = "0.7.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async bytecode virtual machine for the Harn programming language"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/burin-labs/harn"

[features]
default = []
otel = [
    "opentelemetry",
    "opentelemetry_sdk",
    "opentelemetry-otlp",
]

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.futures]
version = "0.3"

[dependencies.harn-lexer]
version = "0.7"

[dependencies.harn-parser]
version = "0.7"

[dependencies.httpdate]
version = "1"

[dependencies.ignore]
version = "0.4"

[dependencies.md-5]
version = "0.11"

[dependencies.opentelemetry]
version = "0.31"
optional = true

[dependencies.opentelemetry-otlp]
version = "0.31"
optional = true

[dependencies.opentelemetry_sdk]
version = "0.31"
features = ["rt-tokio"]
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.reqwest-eventsource]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
    "process",
    "io-util",
    "io-std",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.toml]
version = "1.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
]

[dev-dependencies.tempfile]
version = "3"