shepherd-compiler 6.4.5

Pure, deterministic Shepherd content compiler and prompt-budget engine.
# 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-compiler"
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 = "Pure, deterministic Shepherd content compiler and prompt-budget engine."
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 = []
default = ["std"]
full = ["default"]
std = [
    "alloc",
    "dep:serde",
    "dep:serde-saphyr",
    "serde/std",
]
wasm = ["alloc"]

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

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

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

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

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

[dependencies.serde-saphyr]
version = "1.0.1"
features = ["deserialize"]
optional = true
default-features = false

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

[dependencies.unicode-segmentation]
version = "1.13.3"
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"