baml-agent 0.3.0

Shared BAML agent runtime: config, registry, session persistence, loop detection
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 = "baml-agent"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared BAML agent runtime: config, registry, session persistence, loop detection"
readme = "README.md"
keywords = [
    "baml",
    "agent",
    "llm",
    "structured-output",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/fortunto2/rust-code"

[features]
logging = [
    "dep:tracing",
    "dep:tracing-subscriber",
    "dep:tracing-appender",
    "dep:chrono",
]
search = ["dep:nucleo-matcher"]

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
optional = true
default-features = false

[dependencies.nucleo-matcher]
version = "0.3"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-appender]
version = "0.2"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["json"]
optional = true

[dependencies.uuid]
version = "1"
features = ["v7"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]