[package] name = "qjsonrs" version = "0.1.0" authors = ["Marcus Ewert "] license = "MIT" edition = "2018" description = "Streaming JSON Tokenizer." repository = "https://github.com/sarum90/qjsonrs" [dependencies] libc = "0.2" rand = "0.6" [dev-dependencies] serde_json = "1.0" hamcrest2 = "0.2.3" os_pipe = "0.8.0" matches = "0.1.8"