# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jsonstat" version = "0.1.2" authors = ["007gzs <007gzs@gmail.com>"] build = false include = [ "/src", "/examples", "Cargo.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "jsonpath stat" readme = "README.md" keywords = [ "json", "jsonpath", "jsonl", ] license-file = "LICENSE" repository = "https://github.com/007gzs/jsonstat/" [lib] name = "jsonstat" path = "src/lib.rs" [[example]] name = "jsonl_file_stat" path = "examples/jsonl_file_stat.rs" [[example]] name = "jsonl_file_stat_mt" path = "examples/jsonl_file_stat_mt.rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.threadpool] version = "1"