# 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 = "monolith" version = "2.8.3" authors = [ "Sunshine ", "Mahdi Robatipoor ", "Emmanuel Delaborde ", "Emi Simpson ", "rhysd ", "Andriy Rakhnin ", ] include = [ "src/*.rs", "Cargo.toml", ] description = "CLI tool for saving web pages as a single HTML file" homepage = "https://github.com/Y2Z/monolith" readme = "README.md" keywords = [ "web", "http", "html", "download", "command-line", ] categories = [ "command-line-utilities", "web-programming", ] license = "CC0-1.0" repository = "https://github.com/Y2Z/monolith" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "3.2.25" [dependencies.cssparser] version = "0.34.0" [dependencies.encoding_rs] version = "0.8.34" [dependencies.html5ever] version = "0.27.0" [dependencies.markup5ever_rcdom] version = "0.3.0" [dependencies.openssl] version = "0.10.64" [dependencies.percent-encoding] version = "2.3.1" [dependencies.regex] version = "1.10.6" features = [ "std", "perf-dfa", "unicode-perl", ] default-features = false [dependencies.reqwest] version = "0.12.7" features = [ "default-tls", "blocking", "gzip", "brotli", "deflate", ] default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.url] version = "2.5.2" [dev-dependencies.assert_cmd] version = "2.0.16" [features] default = ["vendored-openssl"] vendored-openssl = ["openssl/vendored"]