Cargo Features

Webtoon has no features set by default.

[dependencies]
webtoon = { version = "0.2.2", features = ["rss", "download"] }
rss

Enables rss

feature = rss

Affects webtoon::rss

download

Enables image

feature = download

and fs of tokio

currently using Mutex, sleep, and Semaphore.

Affects errors::DownloadError, panels::Panels