KIT-ILIAS-downloader/Cargo.toml

25 lines
662 B
TOML
Raw Normal View History

2020-04-21 20:41:28 +00:00
[package]
name = "KIT-ILIAS-downloader"
2020-05-18 09:14:21 +00:00
version = "0.2.6"
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]
2020-04-21 21:31:47 +00:00
reqwest = { version = "0.10.4", default-features = false, features = ["cookies", "gzip", "json", "rustls-tls", "stream"] }
2020-04-21 20:41:28 +00:00
tokio = { version = "0.2", features = ["full"] }
serde_json = "1.0.51"
scraper = "0.11.0"
url = "2.1.1"
futures-util = "0.3.4"
regex = "1.3.7"
lazy_static = "1.4.0"
parking_lot = "0.10.2"
2020-04-21 21:03:30 +00:00
structopt = "0.3.13"
2020-04-21 21:12:05 +00:00
rpassword = "4.0.5"
rprompt = "1.0.5"
ignore = "0.4.14"
anyhow = "1.0.28"