cuenv-codegen 0.26.19

CUE-based code generation and project scaffolding from CUE templates
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-codegen"
version = "0.26.19"
authors = ["cuenv Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CUE-based code generation and project scaffolding from CUE templates"
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"

[features]
default = []

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

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

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

[dependencies.cuengine]
version = "0.26.0"

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

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

[dependencies.glob]
version = "0.3"

[dependencies.miette]
version = "7.6"
features = ["fancy"]

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

[dependencies.serde-json-fmt]
version = "0.1"

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2.5"

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

[dev-dependencies.tokio-test]
version = "0.4"