[package] name = "streaming-json-completer" version = "0.2.0-dev" edition = "2021" authors = ["Zack Maril "] description = "Complete JSON documents from a stream of JSON tokens" keywords = [] license = "MIT" documentation = "https://genau.ai" homepage = "https://github.com/genauai/streaming-json-completer" repository = "https://github.com/genauai/streaming-json-completer" readme = "README.md" [dependencies] combine = "4.6.6" criterion = "0.3.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] serde_json = "1.0.96" rand = "0.8.5" arbitrary-json = "0.1.1" libfuzzer-sys = "0.4.6" [features] default = ["std"] std = []