sif-parser 0.1.0

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

[lib]
name = "sif_parser"
path = "src/lib.rs"

[dependencies]

[dev-dependencies]