# 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 = "2021" name = "streaming-json-completer" version = "0.2.0-dev" authors = ["Zack Maril "] description = "Complete JSON documents from a stream of JSON tokens" homepage = "https://github.com/genauai/streaming-json-completer" documentation = "https://genau.ai" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/genauai/streaming-json-completer" [dependencies.combine] version = "4.6.6" [dependencies.criterion] version = "0.3.4" [dev-dependencies.arbitrary-json] version = "0.1.1" [dev-dependencies.libfuzzer-sys] version = "0.4.6" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.96" [features] default = ["std"] std = []