shepherd-render 6.4.5

The shepherd render layer: template resolution, deterministic rendering, and the provenance manifest that pins every emitted artifact.
# 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.96.0"
name = "shepherd-render"
version = "6.4.5"
authors = [
    "FL03 <joe@pzzld.org>",
    "Scattered-Systems LLC <support@scsys.io>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The shepherd render layer: template resolution, deterministic rendering, and the provenance manifest that pins every emitted artifact."
homepage = "https://github.com/FL03/shepherd/wiki"
readme = "README.md"
keywords = [
    "agent",
    "orchestration",
    "sprint",
    "cli",
    "plugin",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/FL03/shepherd.git"

[package.metadata.docs.rs]
all-features = false
features = ["full"]
rustc-args = [
    "--cfg",
    "docsrs",
]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "v{{version}}"

[features]
alloc = [
    "serde?/alloc",
    "serde_json?/alloc",
    "sha2/alloc",
    "shepherd-core/alloc",
]
default = ["std"]
full = [
    "default",
    "json",
    "tracing",
]
json = [
    "alloc",
    "dep:serde",
    "dep:serde_json",
    "minijinja/json",
    "shepherd-core/json",
]
native = ["full"]
nightly = ["shepherd-core/nightly"]
std = [
    "alloc",
    "minijinja/std_collections",
    "serde?/std",
    "serde_json?/std",
    "shepherd-core/std",
    "thiserror/std",
    "tracing?/std",
]
tracing = [
    "dep:tracing",
    "shepherd-core/tracing",
]
wasi = [
    "json",
    "std",
]
wasm = [
    "json",
    "std",
]

[lib]
name = "shepherd_render"
crate-type = ["rlib"]
path = "src/lib.rs"
bench = false

[[test]]
name = "default"
path = "tests/default.rs"
required-features = []

[dependencies.minijinja]
version = "2"
features = [
    "builtins",
    "macros",
    "multi_template",
    "serde",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde_json]
version = "1"
optional = true
default-features = false

[dependencies.sha2]
version = "0.11"
default-features = false

[dependencies.shepherd-core]
version = "6.4.5"
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
optional = true
default-features = false

[lints.clippy]
cast_possible_truncation = "warn"
cast_sign_loss = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "deny"