[dependencies.serde]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.138"
[lib]
name = "json_crawler"
path = "src/lib.rs"
[lints.clippy]
todo = "warn"
unwrap_used = "warn"
[package]
authors = ["nick42d"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wrapper for serde_json that provides nicer errors when crawling through large json files."
edition = "2024"
homepage = "https://github.com/nick42d/youtui"
license = "MIT"
name = "json-crawler"
readme = "README.md"
repository = "https://github.com/nick42d/youtui"
resolver = "2"
version = "0.0.11"