mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
11a211c368
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.1 KiB
TOML
40 lines
1.1 KiB
TOML
[package]
|
|
name = "KIT-ILIAS-downloader"
|
|
version = "0.3.7"
|
|
authors = ["FliegendeWurst <2012gdwu@posteo.de>"]
|
|
license = "GPL-3.0-or-later"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11.0", default-features = false, features = ["cookies", "gzip", "json", "rustls-tls", "stream", "socks"] }
|
|
tokio = { version = "1.24.2", features = ["fs", "macros", "net", "rt-multi-thread", "process"] }
|
|
tokio-util = { version = "0.7.0", features = ["io"] }
|
|
serde_json = "1.0.51"
|
|
scraper = "0.17"
|
|
url = "2.1.1"
|
|
futures = "0.3.8"
|
|
futures-util = "0.3.8"
|
|
futures-channel = "0.3.8"
|
|
regex = "1.3.7"
|
|
structopt = "0.3.13"
|
|
rpassword = "7"
|
|
rprompt = "2"
|
|
ignore = "0.4.14"
|
|
anyhow = "1.0.28"
|
|
colored = "2.0.0"
|
|
keyring = { git = "https://github.com/FliegendeWurst/keyring-rs" }
|
|
cfg-if = "1.0.0"
|
|
indicatif = "0.17"
|
|
once_cell = "1.7.2"
|
|
atty = "0.2.14"
|
|
h2 = "0.3.26"
|
|
cookie_store = "0.20"
|
|
reqwest_cookie_store = "0.6"
|
|
bytes = "1.0.1"
|
|
toml = "0.7"
|
|
tempfile = "3.2.0"
|
|
ego-tree = "0.6.2"
|
|
async-recursion = "1.0.0"
|