jsonpath_lib 0.1.0

JSONPath for Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "jsonpath_lib"
version = "0.1.0"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "JSONPath for Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath"
readme = "README.md"
keywords = ["library", "jsonpath", "json", "webassembly"]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/freestrings/jsonpath"

[lib]
name = "jsonpath_lib"
path = "src/lib.rs"
[dependencies.env_logger]
version = "0.6.0"

[dependencies.indexmap]
version = "1.0.2"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]
[dev-dependencies.bencher]
version = "0.1.5"