mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-15 23:10:50 +00:00
35 lines
789 B
TOML
35 lines
789 B
TOML
[package]
|
|
name = "jsonpath_lib"
|
|
version = "0.1.5"
|
|
authors = ["Changseok Han <freestrings@gmail.com>"]
|
|
|
|
description = "JsonPath in Rust and Webassembly - Webassembly Demo: https://freestrings.github.io/jsonpath"
|
|
readme = "README.md"
|
|
|
|
keywords = ["library", "jsonpath", "json", "webassembly"]
|
|
|
|
repository = "https://github.com/freestrings/jsonpath"
|
|
documentation = "https://docs.rs/jsonpath_lib/0.1.0/jsonpath_lib"
|
|
license = "MIT"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "freestrings/jsonpath", branch = "master" }
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
env_logger = "0.6.0"
|
|
serde = "1.0"
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|
|
indexmap = "1.0.2"
|
|
|
|
[dev-dependencies]
|
|
bencher = "0.1.5"
|
|
|
|
[lib]
|
|
name = "jsonpath_lib"
|
|
path = "src/lib.rs"
|
|
|
|
[profile.release]
|
|
#debug = true
|
|
#lto = false
|