# 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 = "each" version = "0.2.0" authors = ["Arpad Ray "] description = "A better way of working with structured data on the command line" homepage = "https://github.com/arraypad/each" readme = "README.md" keywords = ["data", "command", "shell", "xargs"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arraypad/each" resolver = "2" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3.1" [dependencies.csv] version = "1.1" [dependencies.dialoguer] version = "0.10" [dependencies.env_logger] version = "0.9" [dependencies.exitcode] version = "1.1" [dependencies.failure] version = "0.1" [dependencies.handlebars] version = "4.2" [dependencies.indexmap] version = "1.8" [dependencies.jmespath] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.subprocess] version = "0.2" [dev-dependencies.assert_cli] version = "0.6" [dev-dependencies.lazy_static] version = "1.4"