summaryrefslogtreecommitdiffstats
path: root/vendor/jsonpath_lib/Cargo.toml
blob: 512897cb78529b292ef4912a7c8793869c543536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# 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.2.6"
authors = ["Changseok Han <freestrings@gmail.com>"]
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.2.6/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.array_tool]
version = "1.0.3"

[dependencies.env_logger]
version = "0.7"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]
[badges.travis-ci]
branch = "master"
repository = "freestrings/jsonpath"