# 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 = "cargo-repeat" version = "0.1.0" exclude = [ ".idea", ".github", ".gitignore", "cargo-repeat.iml", "Commands.toml", ] description = "Repeats a command until it exits with the right code" homepage = "https://seranth.github.io/cargo-repeat/" documentation = "https://github.com/seranth/cargo-repeat/wiki" readme = "README.md" keywords = [ "cargo", "repeat", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/seranth/cargo-repeat" resolver = "2" [dependencies.clap] version = "3.1.8" features = [ "derive", "cargo", ]