[package]
edition = "2021"
rust-version = "1.78"
name = "token-terminator"
version = "0.6.0"
include = [
"Cargo.toml",
"LICENSE",
"rust/**",
"docs/RUST_CRATE.md",
]
description = "Rust interoperability helpers for Token Terminator artifact identities and reduction invariants"
homepage = "https://github.com/AronAxe/Token-Terminator"
documentation = "https://docs.rs/token-terminator"
readme = "rust/README.md"
keywords = [
"ai",
"agents",
"tokens",
"context",
"llm",
]
categories = [
"development-tools",
"data-structures",
]
license = "MIT"
repository = "https://github.com/AronAxe/Token-Terminator"
[lib]
name = "token_terminator"
path = "rust/lib.rs"
[dependencies.sha2]
version = "0.10"