# 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.70.0" name = "rsonpath-test-codegen" version = "0.5.1" authors = ["Mateusz Gienieczko "] exclude = ["/tests"] description = "Blazing fast JSONPath query engine powered by SIMD. TOML-based test codegen for rsonpath-lib." readme = "README.md" keywords = [ "json", "jsonpath", "query", "simd", "parser", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/V0ldek/rsonpath" [dependencies.heck] version = "0.4.1" features = ["unicode"] [dependencies.proc-macro2] version = "1.0.39" [dependencies.quote] version = "1.0.18" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.toml] version = "0.7.4" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.pretty_assertions] version = "1.3.0"