# 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 = "jindex" version = "0.10.0" authors = ["Clark Kampfe "] description = "Enumerate the paths through a JSON document" homepage = "https://github.com/ckampfe/jindex" documentation = "https://docs.rs/jindex/" readme = "README.md" keywords = [ "json", "paths", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/ckampfe/jindex" [profile.bench] lto = true codegen-units = 1 [profile.release] lto = true codegen-units = 1 [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.itoa] version = "1" [dependencies.jemalloc] version = "0.5" optional = true package = "tikv-jemallocator" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.unicode-ident] version = "1" [dev-dependencies.criterion] version = "0.4" [features] default = ["jemalloc"] [target."cfg(target_family = \"unix\")".dependencies.nix] version = "0.26" features = ["signal"] default-features = false