# 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 = "json-walker" version = "0.1.0" authors = ["Arash "] description = "JSON stream parser and deserializer. In this package you decide what part of json must be parsed" homepage = "https://github.com/Arash-Rezaie/json-walker" readme = "README.md" keywords = [ "json", "deserialize", "stream", ] license = "MIT" repository = "https://github.com/Arash-Rezaie/json-walker" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [dev-dependencies.ctor] version = "0.2.6" [dev-dependencies.panic-message] version = "0.3.0" [dev-dependencies.regex] version = "1.10.3" [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.112" [features] deserialize = ["dep:serde"]