webscreenshot 0.2.2

A simple CLI tool to take screenshots of rendered webpages, given a URL or local file path.
Documentation
[badges.maintenance]
status = "experimental"

[[bin]]
name = "wss"
required-features = ["cli-binary"]

[dependencies.clap]
optional = true
version = "2.33.1"

[dependencies.failure]
version = "^0.1.8"

[dependencies.headless_chrome]
version = "^0.9.0"

[dev-dependencies.more-asserts]
version = "^0.2.1"

[features]
cli-binary = ["clap"]

[lib]
name = "webscreenshotlib"

[package]
authors = ["🎷🐛 Lee Ball <lee.cat.ball@gmail.com>"]
categories = ["command-line-utilities", "visualization", "development-tools::testing", "web-programming", "development-tools"]
description = "A simple CLI tool to take screenshots of rendered webpages, given a URL or local file path."
edition = "2018"
homepage = "https://github.com/catleeball/WebScreenShot"
keywords = ["screenshot", "screencap", "capture", "chrome", "web"]
license = "Apache-2.0"
name = "webscreenshot"
readme = "README.md"
repository = "https://github.com/catleeball/WebScreenShot"
version = "0.2.2"