hyperstack-interpreter 0.3.3

AST transformation runtime and VM for HyperStack streaming pipelines
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 = "hyperstack-interpreter"
version = "0.3.3"
authors = ["Hypertek"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST transformation runtime and VM for HyperStack streaming pipelines"
documentation = "https://docs.rs/hyperstack-interpreter"
readme = "README.md"
keywords = [
    "hyperstack",
    "streaming",
    "interpreter",
    "vm",
]
categories = ["development-tools"]
license-file = "LICENSE"
repository = "https://github.com/HyperTekOrg/hyperstack.git"

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

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

[dependencies.bs58]
version = "0.5"

[dependencies.dashmap]
version = "6.1"

[dependencies.hex]
version = "0.4"

[dependencies.hyperstack-macros]
version = "0.3.3"

[dependencies.lru]
version = "0.12"

[dependencies.opentelemetry]
version = "0.22"
features = ["otel_unstable"]
optional = true

[dependencies.opentelemetry-otlp]
version = "0.15"
features = [
    "tonic",
    "metrics",
]
optional = true

[dependencies.opentelemetry_sdk]
version = "0.22"
features = [
    "rt-tokio",
    "metrics",
]
optional = true

[dependencies.prost]
version = "0.13"

[dependencies.prost-reflect]
version = "0.16.2"

[dependencies.prost-types]
version = "0.13"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.solana-pubkey]
version = "2.3"

[dependencies.tonic]
version = "0.12"

[dependencies.tracing]
version = "0.1"

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

[build-dependencies.tonic-build]
version = "0.12"