cuenv-dagger 0.26.19

Dagger backend for cuenv task execution
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"
name = "cuenv-dagger"
version = "0.26.19"
authors = ["cuenv Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dagger backend for cuenv task execution"
homepage = "https://github.com/cuenv/cuenv"
readme = "readme.md"
keywords = [
    "cue",
    "configuration",
    "validation",
    "ffi",
]
categories = [
    "config",
    "development-tools",
    "parsing",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/cuenv/cuenv"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.cuenv-core]
version = "0.26.0"

[dependencies.dagger-sdk]
version = "0.19.11"

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

[dependencies.tracing]
version = "0.1"