2019-08-22 23:17:15 -04:00
|
|
|
[package]
|
|
|
|
name = "monolith"
|
2019-10-22 18:37:27 -04:00
|
|
|
version = "2.0.23"
|
2019-08-23 14:44:16 -04:00
|
|
|
authors = [
|
|
|
|
"Sunshine <sunshine@uberspace.net>",
|
2019-08-24 11:35:06 -04:00
|
|
|
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
|
2019-10-22 18:36:10 -04:00
|
|
|
"Emmanuel Delaborde <th3rac25@gmail.com>",
|
2019-08-23 14:44:16 -04:00
|
|
|
]
|
2019-08-23 20:19:49 -04:00
|
|
|
description = "CLI tool for saving web pages as a single HTML file"
|
2019-08-22 23:17:15 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
base64 = "0.10.1"
|
|
|
|
clap = "2.33.0"
|
2019-09-22 12:57:50 -04:00
|
|
|
html5ever = "0.24.1"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
regex = "1.3.1"
|
2019-08-22 23:17:15 -04:00
|
|
|
reqwest = "0.9.20"
|
|
|
|
url = "2.1.0"
|