# 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.67.1" name = "rsonpath-syntax" version = "0.3.1" authors = ["Mateusz Gienieczko "] exclude = [ "tests", "src/cli.rs", ] description = "A JSONPath parser." readme = "README.md" keywords = [ "json", "jsonpath", "query", "search", "parser", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT" repository = "https://github.com/V0ldek/rsonpath" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arbitrary] version = "1.3.1" features = ["derive"] optional = true [dependencies.nom] version = "7.1.3" [dependencies.owo-colors] version = "4.0.0" optional = true default-features = false [dependencies.thiserror] version = "1.0.58" [dependencies.unicode-width] version = "0.1.11" [dev-dependencies.insta] version = "1.38.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.test-case] version = "3.3.1" [features] arbitrary = ["dep:arbitrary"] color = ["dep:owo-colors"] default = []