# 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 = "every" version = "0.1.0" authors = ["Benjamin Morel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run a command every N seconds." homepage = "https://github.com/BenMorel/every" documentation = "https://github.com/BenMorel/every" readme = "README.md" license = "MIT" repository = "https://github.com/BenMorel/every" [[bin]] name = "every" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [[test]] name = "helpers" path = "tests/helpers.rs" [dependencies.regex] version = "1.11.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.nix] version = "0.29.0" features = ["signal"] [dev-dependencies.predicates] version = "3.1.2"