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