# 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_plus" version = "0.1.0" authors = ["Dean Karn "] description = "JSON helper functions beyond Serialization & Deserialization" readme = "README.md" keywords = ["json", "diff", "merge", "helpers"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-playground/json-plus" resolver = "2" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.enumflags2] version = "0.7.1" [dependencies.serde_json] version = "1.0.70" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"]