# 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" rust-version = "1.56" name = "jsonparser" version = "0.2.1" authors = ["Nethris "] description = "A Rust crate for efficient parsing and validation of JSON data into strongly typed Rust data structures, enabling data integrity checks." documentation = "https://docs.rs/jsonparser" readme = "README.md" keywords = [ "json", "parser", "rust", "serialization", "validation", ] categories = [ "parsing", "encoding", "parser-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nethriis/json-parser" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies]