ucp-llm 0.1.18

LLM-focused utilities for the Unified Content Protocol
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"
rust-version = "1.75"
name = "ucp-llm"
version = "0.1.18"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM-focused utilities for the Unified Content Protocol"
readme = "README.md"
keywords = [
    "ucp",
    "llm",
    "ai",
    "tokens",
    "context",
]
categories = [
    "text-processing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/unified-content/ucp"

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "wasmbind",
]

[dependencies.regex]
version = "1.10"

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

[dependencies.ucm-core]
version = "0.1.15"