lychee/Cargo.toml
dependabot-preview[bot] d503bc281f Bump shellexpand from 2.0.0 to 2.1.0
Bumps [shellexpand](https://github.com/netvl/shellexpand) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/netvl/shellexpand/releases)
- [Commits](https://github.com/netvl/shellexpand/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-23 07:05:27 +00: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.0"
[dependencies]
anyhow = "1.0.36"
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.6.0"
shellexpand = "2.1"
lazy_static = "1.1"
wiremock = "0.3.0"
openssl-sys = "0.9.59"
serde_json = "1.0.60"
[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"]