# 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 = "checkup" version = "0.1.1" authors = ["Gus Ruben "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple & sleek utility to detect website changes and build shell pipelines" readme = "README.md" keywords = [ "shell", "pipeline", "script", ] license = "MIT" [[bin]] name = "checkup" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.reqwest] version = "0.12.9" [dependencies.shlex] version = "1.3.0" [dependencies.tokio] version = "1.41.1" features = ["full"]