# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "skeptic" version = "0.13.7" 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" [dependencies.bytecount] version = "0.6" [dependencies.cargo_metadata] version = "0.14" [dependencies.error-chain] version = "0.12" default-features = false [dependencies.glob] version = "0.3" [dependencies.pulldown-cmark] version = "0.9" default-features = false [dependencies.tempfile] version = "3" [dependencies.walkdir] version = "2.2" [dev-dependencies.unindent] version = "0.1"