# 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 = "headj" version = "0.1.1" authors = ["Evan Williams "] exclude = ["./.detritus"] description = "A utility that converts input JSON arrays into valid JSON that contains only a subset of the elements" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/evanjpw/headj-rs" resolver = "2" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.env_logger] version = "0.9.1" [dependencies.eyre] version = "0.6.8" [dependencies.json-event-parser] version = "0.1.1" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.145"