lutra-runner 0.5.0

Runner abstraction for executing Lutra programs
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.91"
name = "lutra-runner"
version = "0.5.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runner abstraction for executing Lutra programs"
readme = false
license = "Apache-2.0"
repository = "https://codeberg.org/lutra/lutra/"
resolver = "2"

[features]
async = ["std"]
binary-embedded = ["embedded-io-async"]
binary-tokio = [
    "tokio",
    "std",
]
channel = [
    "tokio",
    "tokio/rt",
    "std",
]
std = ["lutra-bin/std"]
sync = [
    "tokio",
    "tokio/rt",
    "tokio/rt-multi-thread",
    "std",
]

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

[dependencies.embedded-io-async]
version = "0.6.1"
optional = true

[dependencies.lutra-bin]
version = "0.5"
default-features = false

[dependencies.tokio]
version = "1.46.1"
features = [
    "io-util",
    "sync",
]
optional = true

[dependencies.tracing]
version = "0.1"

[build-dependencies.lutra-codegen]
version = "0.5"