paperoni/Cargo.toml

24 lines
614 B
TOML
Raw Normal View History

[package]
description = "A web article downloader"
homepage = "https://github.com/hipstermojo/paperoni"
repository = "https://github.com/hipstermojo/paperoni"
name = "paperoni"
version = "0.1.0-alpha1"
authors = ["Kenneth Gitere <gitere81@gmail.com>"]
edition = "2018"
license = "MIT"
2020-10-22 18:00:43 +01:00
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.5.0"
2020-05-02 17:25:31 +01:00
epub-builder = "0.4.5"
html5ever = "0.25.1"
kuchiki = "0.8.1"
2020-10-07 18:44:35 +01:00
lazy_static = "1.3.9"
2020-05-02 16:33:45 +01:00
md5 = "0.7.0"
2020-10-07 18:44:35 +01:00
regex = "1.3.9"
surf = "2.1.0"
2020-05-16 08:09:44 +01:00
structopt = { version = "0.3" }
2020-05-02 16:33:45 +01:00
url = "2.1.1"