[package]
name = "hsv"
version = "0.1.0"
edition = "2021"
authors = ["Danslav Slavenskoj"]
description = "HSV (Hierarchical Separated Values) parser - a text-based file format and streaming protocol using ASCII control characters. Formalized 2026-01-27."
license = "CC0-1.0"
repository = "https://github.com/LingenicLLC/HSV"
homepage = "https://hsvfile.com"
keywords = ["parser", "serialization", "ascii", "streaming", "data-format"]
categories = ["parsing", "encoding", "data-structures"]
[dependencies]
rayon = "1.10"
[dev-dependencies]
criterion = "0.5"
[[bench]]
name = "parse"
harness = false