mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-21 05:31:01 +00:00
Bumps [check-if-email-exists](https://github.com/amaurymartiny/check-if-email-exists) from 0.8.13 to 0.8.15. - [Release notes](https://github.com/amaurymartiny/check-if-email-exists/releases) - [Changelog](https://github.com/amaurymartiny/check-if-email-exists/blob/master/CHANGELOG.md) - [Commits](https://github.com/amaurymartiny/check-if-email-exists/compare/v0.8.13...v0.8.15) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
45 lines
979 B
TOML
45 lines
979 B
TOML
[package]
|
|
authors = ["Matthias Endler <matthias-endler.de>"]
|
|
description = "A glorious link checker"
|
|
documentation = "https://github.com/lycheeverse/lychee/blob/master/README.md"
|
|
edition = "2018"
|
|
homepage = "https://github.com/lycheeverse/lychee"
|
|
license = "Apache-2.0/MIT"
|
|
name = "lychee"
|
|
repository = "https://github.com/lycheeverse/lychee"
|
|
version = "0.3.1"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.34"
|
|
futures = "0.3"
|
|
glob = "0.3"
|
|
http = "0.2"
|
|
hubcaps = "0.6"
|
|
linkify = "0.4.0"
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4"
|
|
regex = "1.4.2"
|
|
url = "2.2.0"
|
|
check-if-email-exists = "0.8.15"
|
|
indicatif = "0.15.0"
|
|
structopt = "0.3"
|
|
toml = "0.5.7"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
pulldown-cmark = "0.8.0"
|
|
quick-xml = "0.20.0"
|
|
headers = "0.3.2"
|
|
derive_builder = "0.9.0"
|
|
deadpool = "0.6.0"
|
|
|
|
[dependencies.reqwest]
|
|
features = ["gzip"]
|
|
version = "0.10"
|
|
|
|
[dependencies.tokio]
|
|
features = ["full"]
|
|
version = "0.2"
|
|
|
|
[dev-dependencies]
|
|
wiremock = "0.3"
|
|
assert_cmd = "1.0"
|
|
predicates = "1.0"
|