# 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 = "pageshot" version = "0.1.1" authors = ["kremilly"] description = "Capture screenshots of web pages from specified URL using Rust. Customize viewport dimensions and save the resulting image in PNG format." homepage = "https://kremilly.com" documentation = "https://kremilly.com/docs/pageshot" readme = "README.md" keywords = [ "screenshot", "capture", "url", "pageshot", ] license = "MIT" repository = "https://github.com/kremilly/PageShot" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.10" features = [ "cargo", "derive", ] [dependencies.headless_chrome] version = "1.0.10" [dependencies.tokio] version = "1.39.1" features = ["full"]