# 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 = "saqif" version = "0.1.0" authors = ["Rashyad "] description = "A simple application to take screenshots of given URLs" readme = "README.md" keywords = [ "headless_chrome", "screenshots", "image", "tools", ] categories = [ "accessibility", "command-line-interface", ] license = "MIT" repository = "https://github.com/rashyad/saqif" [lib] name = "saqif" path = "src/lib.rs" [[bin]] name = "saqif" path = "bin/bin.rs" [dependencies.chrono] version = "0.4.37" [dependencies.druid] version = "0.8.3" [dependencies.druid-widget-nursery] version = "0.1.0" [dependencies.headless_chrome] version = "1.0.9"