skeptic 0.13.3

Test your Rust markdown documentation via Cargo
Documentation
# 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 = "skeptic"
version = "0.13.3"
authors = ["Brian Anderson <banderson@mozilla.com>", "Michał Budzyński <budziq@gmail.com>"]
description = "Test your Rust markdown documentation via Cargo"
homepage = "https://github.com/budziq/rust-skeptic"
documentation = "https://docs.rs/skeptic"
readme = "README.md"
keywords = ["markdown", "documentation", "testing"]
categories = ["development-tools", "development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/budziq/rust-skeptic"

[lib]
name = "skeptic"
path = "lib.rs"
[dependencies.bytecount]
version = "0.3.1"

[dependencies.cargo_metadata]
version = "0.5"

[dependencies.error-chain]
version = "0.11.0"
default-features = false

[dependencies.glob]
version = "0.2"

[dependencies.pulldown-cmark]
version = "0.1.0"
default-features = false

[dependencies.serde_json]
version = "1.0.3"

[dependencies.tempdir]
version = "0.3.5"

[dependencies.walkdir]
version = "2.0"
[dev-dependencies.unindent]
version = "0.1.0"
[badges.appveyor]
repository = "budziq/rust-skeptic"

[badges.travis-ci]
repository = "budziq/rust-skeptic"