[package]
name = "sif-parser"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
description = "Complete implementation of the Structured Interchange Format (SIF) — parser, emitter, streaming protocol, packed binary encoding, and format conversion"
license = "MIT"
repository = "https://github.com/scalecode-solutions/sif-parser"
homepage = "https://github.com/scalecode-solutions/sif-parser"
authors = ["Travis Jon Marquis <travis@scalecode.dev>"]
keywords = ["sif", "parser", "data-format", "structured", "ai"]
categories = ["parser-implementations", "encoding", "data-structures"]
readme = "README.md"
exclude = ["tests/"]
[dependencies]
[dev-dependencies]