# 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 = "jsonformat" version = "2.0.0" authors = ["Nilstrieb "] include = [ "src/lib.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "benches/bench.rs", ] description = "Formats JSON extremely fast" homepage = "https://github.com/Nilstrieb/jsonformat" readme = "README.md" keywords = [ "json", "formatting", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/Nilstrieb/jsonformat" resolver = "2" [[bench]] name = "bench" harness = false [dev-dependencies.criterion] version = "0.3.5"