2020-04-21 20:41:28 +00:00
|
|
|
[package]
|
|
|
|
name = "KIT-ILIAS-downloader"
|
2021-04-14 15:07:16 +00:00
|
|
|
version = "0.2.15"
|
2020-04-21 20:41:28 +00:00
|
|
|
authors = ["FliegendeWurst <2012gdwu@web.de>"]
|
|
|
|
license = "GPL-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-04-13 11:01:22 +00:00
|
|
|
reqwest = { version = "0.11.0", default-features = false, features = ["cookies", "gzip", "json", "rustls-tls", "stream", "socks"] }
|
2021-04-10 11:23:17 +00:00
|
|
|
tokio = { version = "1.0.2", features = ["fs", "macros", "net", "rt-multi-thread"] }
|
2021-01-20 09:26:38 +00:00
|
|
|
tokio-util = { version = "0.6.1", features = ["io"] }
|
2020-04-21 20:41:28 +00:00
|
|
|
serde_json = "1.0.51"
|
2020-06-19 14:51:26 +00:00
|
|
|
scraper = "0.12.0"
|
2020-04-21 20:41:28 +00:00
|
|
|
url = "2.1.1"
|
2020-11-28 15:42:26 +00:00
|
|
|
futures = "0.3.8"
|
2020-11-28 11:56:23 +00:00
|
|
|
futures-util = "0.3.8"
|
|
|
|
futures-channel = "0.3.8"
|
2020-04-21 20:41:28 +00:00
|
|
|
regex = "1.3.7"
|
|
|
|
lazy_static = "1.4.0"
|
2020-07-15 20:36:39 +00:00
|
|
|
parking_lot = "0.11.0"
|
2020-04-21 21:03:30 +00:00
|
|
|
structopt = "0.3.13"
|
2020-11-01 10:55:44 +00:00
|
|
|
rpassword = "5.0.0"
|
2020-04-21 21:12:05 +00:00
|
|
|
rprompt = "1.0.5"
|
2020-04-24 08:14:53 +00:00
|
|
|
ignore = "0.4.14"
|
2020-05-08 19:25:45 +00:00
|
|
|
anyhow = "1.0.28"
|
2021-04-15 21:37:36 +00:00
|
|
|
colored = "2.0.0"
|