rune-framework 1.2.0

Official Rust SDK for Rune distributed function execution framework
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 = "rune-framework"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for Rune distributed function execution framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/chasey-myagi/rune"

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.rune-proto]
version = "1.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

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

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

[dependencies.tonic]
version = "0.12"
features = ["transport"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
]

[dev-dependencies.rune-proto]
version = "1.2.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

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

[dev-dependencies.tonic]
version = "0.12"
features = ["transport"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"