[package]
name = "bufjson"
version = "0.1.7"
edition = "2024"
license = "MIT"
authors = ["Victor Schappert <victor.schappert@protonmail.com>"]
repository = "https://github.com/vcschapp/bufjson"
description = "No frills, low-alloc, low-copy JSON lexer/parser for fast stream-oriented parsing"
keywords = ["json", "parser", "low-allocation", "zero-copy", "performance"]
categories = ["parsing", "encoding", "network-programming", "web-programming"]
[dependencies]
bitvec = { version = "^1.0.1", default-features = false, features = ["alloc"] }
[dev-dependencies]
doc-comment = "^0.3.3"
rstest = "^0.26.1"