# 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 = "serde-filter" version = "0.1.1" description = "filtering abstractions for JSON objects and deeply nested arrays using serde as a backend" documentation = "https://docs.rs/serde-filter" readme = "README.md" categories = [ "json", "serde", "parsing", "filtering", ] license = "MIT" repository = "https://github.com/phasewalk1/serde-filter" [lib] name = "serde_filter" path = "src/lib.rs" [[example]] name = "match" path = "example/match.rs" [[example]] name = "flatten" path = "example/flattener.rs" [[example]] name = "ignore" path = "example/ignore.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93"