jsonpath_lib_polars_vendor 0.0.1

It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
[badges.travis-ci]
branch = "master"
repository = "freestrings/jsonpath"
[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.8"

[lib]
crate-type = ["cdylib", "rlib"]
name = "jsonpath_lib"
path = "src/lib.rs"

[package]
authors = ["Changseok Han <freestrings@gmail.com>"]
categories = ["wasm", "parser-implementations", "api-bindings"]
description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath"
documentation = "https://docs.rs/jsonpath_lib/0.3.0/jsonpath_lib"
keywords = ["jsonpath", "json", "webassembly", "lua", "query"]
license = "MIT"
name = "jsonpath_lib_polars_vendor"
readme = "README.md"
repository = "https://github.com/freestrings/jsonpath"
version = "0.0.1"