# 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 = "jfp" version = "0.1.0" authors = ["Lorenzo Costa "] description = "A CLI to parse json files, being able to output properties and array indexes" readme = "README.md" keywords = [ "cli", "json", "parse", "file", ] license = "AGPL-3.0-only" repository = "https://github.com/costa86/jfp" resolver = "2" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.serde_json] version = "1.0"