mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-16 07:20:51 +00:00
24 lines
592 B
TOML
24 lines
592 B
TOML
[package]
|
|
name = "jsonpath4nodejs"
|
|
version = "0.2.3"
|
|
authors = ["Changseok Han <freestrings@gmail.com>"]
|
|
description = "jsonpath_lib bindings for nodejs"
|
|
keywords = ["library", "jsonpath", "json", "nodejs"]
|
|
repository = "https://github.com/freestrings/jsonpath"
|
|
license = "MIT"
|
|
|
|
build = "build.rs"
|
|
exclude = ["artifacts.json", "index.node"]
|
|
|
|
[build-dependencies]
|
|
neon-build = "0.2.0"
|
|
|
|
[dependencies]
|
|
jsonpath_lib = "0.2.3"
|
|
#jsonpath_lib = { path = "../../" }
|
|
neon = "0.2.0"
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|
|
|
|
[lib]
|
|
name = "jsonpath4nodejs"
|
|
crate-type = ["dylib"] |