[package] name = "monolith" version = "2.4.0" authors = [ "Sunshine ", "Mahdi Robatipoor ", "Emmanuel Delaborde ", "Emi Simpson ", "rhysd ", ] edition = "2018" description = "CLI tool for saving web pages as a single HTML file" homepage = "https://github.com/Y2Z/monolith" repository = "https://github.com/Y2Z/monolith" readme = "README.md" keywords = ["web", "http", "html", "download", "command-line"] categories = ["command-line-utilities", "web-programming"] include = [ "src/*.rs", "Cargo.toml", ] license = "CC0-1.0" [dependencies] atty = "0.2" # Used for highlighting network errors base64 = "0.13.0" chrono = "0.4.19" # Used for formatting creation timestamp clap = "2.33.3" cssparser = "0.28.1" html5ever = "0.24.1" regex = "1.4.3" # Used for parsing srcset sha2 = "0.9.2" # Used for calculating checksums during integrity checks url = "2.2.0" [dependencies.reqwest] version = "0.11.0" default-features = false features = ["default-tls", "blocking", "gzip"] [dev-dependencies] assert_cmd = "1.0.2" tempfile = "3.2.0"