# 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-test" version = "0.1.0" authors = ["Renaud Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A testing library for JSON Path assertions in Rust" documentation = "https://docs.rs/json-test" readme = "README.md" keywords = [ "testing", "json", "jsonpath", "assertions", "validation", ] categories = [ "development-tools::testing", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tylium/json-test-rs" [lib] name = "json_test" path = "src/lib.rs" [[example]] name = "advanced" path = "examples/advanced.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "properties" path = "examples/properties.rs" [dependencies.anyhow] version = "1" [dependencies.jsonpath-rust] version = "0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.test-case] version = "3"