toon-encode 0.1.1

Minimal TOON encoder — Token-Oriented Object Notation for LLM output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "toon-encode"
version = "0.1.1"
edition = "2021"
description = "Minimal TOON encoder — Token-Oriented Object Notation for LLM output"
license = "MIT"
repository = "https://github.com/SaschaOnTour/toon-encode"
keywords = ["toon", "llm", "token-efficient", "serialization"]
categories = ["encoding"]

[dependencies]
serde = "1.0"
serde_json = "1.0"

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }