rill-runtime 1.5.0

Signed-model local runtime and IPC server for RillML.
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 = "2024"
rust-version = "1.94"
name = "rill-runtime"
version = "1.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Signed-model local runtime and IPC server for RillML."
readme = false
license = "MIT"
repository = "https://github.com/hello-yunshu/rill-ml"

[features]
default = ["wasm"]
wasm = ["dep:wasmtime"]

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

[[bin]]
name = "rill-pack"
path = "src/bin/rill-pack.rs"

[[bin]]
name = "rill-runtime"
path = "src/bin/rill-runtime.rs"

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

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

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

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.ed25519-dalek]
version = "3.0.0"

[dependencies.hex]
version = "0.4"

[dependencies.rill-handler-api]
version = "1.5.0"

[dependencies.rill-ml]
version = "1.5.0"
features = ["serde"]

[dependencies.rill-runtime-protocol]
version = "1.5.0"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasmtime]
version = "46"
features = [
    "cranelift",
    "component-model",
    "runtime",
    "parallel-compilation",
]
optional = true
default-features = false

[dependencies.zip]
version = "2.2"
features = ["deflate"]
default-features = false

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