mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-24 17:02:16 +00:00
17 lines
424 B
TOML
17 lines
424 B
TOML
|
[package]
|
||
|
name = "jsonpath_lib_benches"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Changseok Han <freestrings@gmail.com>"]
|
||
|
description = "jsonpath_lib benchmark"
|
||
|
license = "MIT"
|
||
|
[dependencies]
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|
||
|
jsonpath_lib = { path = "../" }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
bencher = "0.1.5"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "jsonpath_lib_benches"
|
||
|
path = "src/main.rs"
|