# 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 = "2018" name = "mechacli" version = "0.1.0" authors = ["Raghu Mudaliar "] description = "My first rust CLI, sort of like grep" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.assert_cmd] version = "0.10" [dependencies.clap-verbosity-flag] version = "0.3.1" [dependencies.env_logger] version = "0.8.1" [dependencies.log] version = "0.4.11" [dependencies.predicates] version = "1" [dependencies.structopt] version = "0.3.13" [dependencies.tempfile] version = "3"