mdbook-linkcheck 0.1.0

A backend for `mdbook` which will check your links for you.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mdbook-linkcheck"
version = "0.1.0"
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
build = "build.rs"
description = "A backend for `mdbook` which will check your links for you."
documentation = "https://docs.rs/mdbook-linkcheck"
license = "MIT"
repository = "https://github.com/Michael-F-Bryan/mdbook-linkcheck"

[[bin]]
name = "mdbook-linkcheck"
path = "src/bin/mdbook-linkcheck.rs"
doc = false
[dependencies.env_logger]
version = "0.5.0-rc.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.log]
version = "0.4.1"

[dependencies.mdbook]
version = "0.1.0"

[dependencies.memchr]
version = "2.0.1"

[dependencies.pulldown-cmark]
version = "0.1.0"

[dependencies.reqwest]
version = "0.8.2"

[dependencies.serde]
version = "1.0.27"

[dependencies.serde_derive]
version = "1.0.27"

[dependencies.serde_json]
version = "1.0.9"

[dependencies.structopt]
version = "0.1.6"

[dependencies.structopt-derive]
version = "0.1.6"

[dependencies.url]
version = "1.6.0"
[dev-dependencies.pretty_assertions]
version = "0.4.1"
[build-dependencies.cargo]
version = "0.24.0"