# 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 = "wait3" version = "0.4.0" authors = ["Gabriel Falcão Gonçalves De Moura "] description = "Wait for arbitrary conditions (e.g.: time, TCP connetions, etc on the command-line)" homepage = "https://xkcd.com/303/" documentation = "https://docs.rs/wait3/" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/github-py/wait3/" [lib] name = "wait3" path = "src/lib.rs" [[bin]] name = "wait3" path = "src/main.rs" bench = false [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.regex] version = "1.8.4" features = ["use_std"] [dependencies.spinners] version = "4.1.0"