# 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 = "jsonfilter" version = "0.2.1" authors = ["JMARyA "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Filter and compare JSON objects" readme = "README.md" keywords = [ "json", "filter", ] license = "MIT" repository = "https://git.hydrar.de/jmarya/jsonfilter" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "jsonfilter" path = "src/lib.rs" [[example]] name = "array" path = "examples/array.rs" [[example]] name = "comparison" path = "examples/comparison.rs" [[example]] name = "error_handling" path = "examples/error_handling.rs" [[example]] name = "filter" path = "examples/filter.rs" [[example]] name = "nested_filters" path = "examples/nested_filters.rs" [[example]] name = "range" path = "examples/range.rs" [[example]] name = "regex" path = "examples/regex.rs" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.113"