agent-context-builder 0.1.0

Compose LLM system prompts from named sections with ordering and conditionals
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 = "2021"
name = "agent-context-builder"
version = "0.1.0"
build = false
exclude = [
    "target/*",
    ".github/*",
    "*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compose LLM system prompts from named sections with ordering and conditionals"
readme = false
keywords = [
    "llm",
    "agent",
    "prompt",
    "system",
    "context",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/MukundaKatta/agent-context-builder-rs"

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

[dependencies]