# 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 = "loop_cmd" version = "0.1.16" description = "A command-line tool for executing commands across multiple directories" homepage = "https://github.com/mateodelnorte/loop_cmd" documentation = "https://github.com/mateodelnorte/loop_cmd" readme = "README.md" license = "MIT" repository = "https://github.com/mateodelnorte/loop_cmd" [lib] name = "loop_lib" path = "src/lib.rs" [[bin]] name = "loop" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.exitcode] version = "1.1.2" [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2.3" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.toml] version = "0.5"