2019-08-23 05:17:15 +02:00
|
|
|
[package]
|
|
|
|
name = "monolith"
|
2019-08-25 05:06:40 +02:00
|
|
|
version = "2.0.13"
|
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-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"
|
|
|
|
html5ever = "0.24.0"
|
|
|
|
indicatif = "0.11.0"
|
2019-08-24 00:48:08 +02:00
|
|
|
lazy_static = "1.3.0"
|
2019-08-23 05:17:15 +02:00
|
|
|
regex = "1.2.1"
|
|
|
|
reqwest = "0.9.20"
|
|
|
|
url = "2.1.0"
|