# 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 = "2018" name = "json-tools" version = "1.1.3" authors = ["Sebastian Thiel "] include = [ "src/**/*", "LICENSE.md", "LICENSE-*", "README.md", "changelog.md", ] description = "A zero-copy json-lexer, filters and serializer." documentation = "https://docs.rs/crate/json-tools" readme = "README.md" keywords = [ "json", "tools", "lexer", ] license = "MIT/Apache-2.0" repository = "https://github.com/Byron/json-tools" [[bench]] name = "usage" path = "benches/usage.rs" harness = false [dev-dependencies.criterion] version = "0.3"