harn-vm 0.8.2

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

[features]
default = []
llm-bench-internals = []
otel = [
    "dep:opentelemetry",
    "dep:opentelemetry_sdk",
    "dep:opentelemetry-otlp",
    "dep:tracing-opentelemetry",
]
vm-bench-internals = []

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

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

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

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

[[bench]]
name = "flow_predicate_union"
path = "benches/flow_predicate_union.rs"
harness = false

[[bench]]
name = "flow_store"
path = "benches/flow_store.rs"
harness = false

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

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1"

[dependencies.brotli]
version = "8.0.2"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10.4"

[dependencies.croner]
version = "3.0.1"

[dependencies.csv]
version = "1"

[dependencies.data-encoding]
version = "2"

[dependencies.ed25519-dalek]
version = "2"
features = [
    "pem",
    "pkcs8",
    "rand_core",
]

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

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

[dependencies.harn-modules]
version = "0.8"

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

[dependencies.harn-stdlib]
version = "0.8"

[dependencies.hex]
version = "0.4"

[dependencies.httpdate]
version = "1"

[dependencies.ignore]
version = "0.4"

[dependencies.ipnet]
version = "2"

[dependencies.jsonwebtoken]
version = "9"
features = ["use_pem"]
default-features = false

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "linux-native",
]

[dependencies.libc]
version = "0.2"

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

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

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "http-json",
    "reqwest-rustls",
]
optional = true
default-features = false

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

[dependencies.rand]
version = "0.10"

[dependencies.rcgen]
version = "0.14"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "brotli",
    "deflate",
    "gzip",
    "json",
    "multipart",
    "rustls-tls",
    "zstd",
]
default-features = false

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

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

[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.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.11"

[dependencies.sha3]
version = "0.11"

[dependencies.sqlx-core]
version = "0.8"
features = [
    "_rt-tokio",
    "_tls-rustls-aws-lc-rs",
    "json",
]
default-features = false

[dependencies.sqlx-postgres]
version = "0.8"
features = [
    "json",
    "time",
    "uuid",
]
default-features = false

[dependencies.subtle]
version = "2.6"

[dependencies.tar]
version = "0.4.45"
default-features = false

[dependencies.tiktoken-rs]
version = "0.11.0"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "serde",
]

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

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

[dependencies.tokio-tungstenite]
version = "0.29"
features = [
    "connect",
    "rustls-tls-webpki-roots",
]
default-features = false

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "json",
    "registry",
]

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.url]
version = "2"

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

[dependencies.walkdir]
version = "2"

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]

[dependencies.x509-parser]
version = "0.18.1"

[dependencies.zeroize]
version = "1"

[dependencies.zip]
version = "2"
features = [
    "deflate-flate2",
    "flate2",
]
default-features = false

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rcgen]
version = "0.14"

[dev-dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Security_Isolation",
    "Win32_Storage_FileSystem",
    "Win32_System_JobObjects",
    "Win32_System_Pipes",
    "Win32_System_Threading",
]