[package] name = "jsonpath_rs" version = "0.0.3" authors = [ "Meir Shpilraien " ] edition = "2021" description = "A JsonPath engine written in Rust" license = "SSPL-1.0" repository = "https://github.com/RedisJSON/jsonpath_rs" readme = "README.md" keywords = [ "json", "jsonpath", "query" ] categories = [ "database", "api-bindings", "parser-implementations" ] [dependencies] pest = "2.1" pest_derive = "2.1" ijson = "0.1.3" [dependencies.serde] version = "1.0" features = [ "derive" ] [dependencies.serde_json] version = "1.0" features = [ "preserve_order" ] [lib] name = "jsonpath_rs" path = "src/lib.rs" crate-type = [ "cdylib", "rlib" ]