solti-exec 0.0.2

Solti SDK jobs execution crate.
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.85"
name = "solti-exec"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solti SDK jobs execution crate."
homepage = "https://github.com/soltiHQ/sdk"
readme = "README.md"
keywords = [
    "async",
    "tasks",
    "supervisor",
    "orchestration",
    "solti",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/soltiHQ/sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
subprocess = [
    "dep:base64",
    "dep:libc",
    "dep:tempfile",
    "tokio/process",
]

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

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.bytes]
version = "1.11.1"

[dependencies.libc]
version = "0.2.177"
optional = true

[dependencies.solti-model]
version = "0.0.2"

[dependencies.solti-runner]
version = "0.0.2"

[dependencies.taskvisor]
version = "0.1.2"

[dependencies.tempfile]
version = "3.27.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

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

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
]