[dependencies.hex]
version = "0.4.3"
[dependencies.smallvec]
version = "1.10.0"
[dev-dependencies.hxdmp]
version = "0.2.1"
[dev-dependencies.pretty_assertions]
version = "1.4.0"
[lib]
name = "vt_push_parser"
path = "src/lib.rs"
[package]
authors = ["Matt Mastracci <matthew@mastracci.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A streaming push parser for the VT protocol"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "vt-push-parser"
readme = "README.md"
repository = "https://github.com/mmastrac/vt-push-parser"
version = "0.1.1"