token-terminator 0.6.0

Rust interoperability helpers for Token Terminator artifact identities and reduction invariants
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.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"