mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.4. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.6...1.5.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
996 B
TOML
42 lines
996 B
TOML
[package]
|
|
name = "suckit"
|
|
version = "0.1.1"
|
|
edition = "2018"
|
|
authors = ["Esteban \"Skallwar\" Blanc <estblcsk@gmail.com>",
|
|
"Arthur \"CohenArthur\" Cohen <arthur.cohen@epita.fr>"]
|
|
license = "MIT OR Apache-2.0"
|
|
homepage = "https://github.com/skallwar/suckit"
|
|
repository = "https://github.com/skallwar/suckit"
|
|
documentation = "https://github.com/skallwar/suckit"
|
|
readme = "README.md"
|
|
description = "SuckIT, Suck the InTernet"
|
|
keywords = ["cli"]
|
|
categories = ["command-line-utilities"]
|
|
include = [
|
|
"README.md",
|
|
"LICENSE*",
|
|
"Cargo.toml",
|
|
"src/*",
|
|
]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
structopt = "^0.3"
|
|
crossbeam = "^0.8"
|
|
reqwest = { version = "^0.11", features = ["blocking", "cookies"] }
|
|
kuchiki = "^0.8"
|
|
colored = "2.0"
|
|
chrono = "^0.4"
|
|
url = "^2.2"
|
|
rand = "^0.8"
|
|
regex = "^1.5"
|
|
encoding_rs = "^0.8"
|
|
lazy_static = "1.4.0"
|
|
pathdiff = "^0.2"
|
|
md5 = "^0.7"
|
|
|
|
[dev-dependencies]
|
|
tiny_http = "^0.8"
|
|
subprocess = "^0.2"
|