# 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] name = "jsonpath_lib_polars_vendor" version = "0.0.1" authors = ["Changseok Han "] 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" readme = "README.md" keywords = [ "jsonpath", "json", "webassembly", "lua", "query", ] categories = [ "wasm", "parser-implementations", "api-bindings", ] license = "MIT" repository = "https://github.com/freestrings/jsonpath" [lib] name = "jsonpath_lib" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dev-dependencies.env_logger] version = "0.8" [badges.travis-ci] branch = "master" repository = "freestrings/jsonpath"