lychee/Cargo.toml
dependabot-preview[bot] f0aeba56cf
Bump deadpool from 0.6.0 to 0.7.0 (#88)
Bumps [deadpool](https://github.com/bikeshedder/deadpool) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/bikeshedder/deadpool/releases)
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-v0.6.0...deadpool-v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-04 13:26:07 +01:00

59 lines
1.2 KiB
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"
keywords = [
"link",
"checker",
"cli",
"link-checker",
"validator",
]
license = "Apache-2.0/MIT"
name = "lychee"
repository = "https://github.com/lycheeverse/lychee"
version = "0.4.1"
[dependencies]
anyhow = "1.0.37"
futures = "0.3"
glob = "0.3"
http = "0.2"
hubcaps = "0.6"
linkify = "0.4.0"
regex = "1.4.2"
url = "2.2.0"
check-if-email-exists = "0.8.16"
indicatif = "0.15.0"
structopt = "0.3"
toml = "0.5.8"
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.7.0"
shellexpand = "2.1"
lazy_static = "1.1"
wiremock = "0.3.0"
openssl-sys = "0.9.60"
serde_json = "1.0.61"
[dependencies.reqwest]
features = ["gzip"]
version = "0.10"
[dependencies.tokio]
features = ["full"]
version = "0.2"
[dev-dependencies]
assert_cmd = "1.0"
predicates = "1.0"
uuid = { version = "0.8", features = ["v4"] }
tempfile = "3.1"
[features]
vendored-openssl = ["openssl-sys/vendored"]