[go: up one dir, main page]

skeptic 0.12.2

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.12.2"
authors = ["Brian Anderson <banderson@mozilla.com>"]
description = "Test your Rust markdown documentation via Cargo"
license = "MIT/Apache-2.0"
repository = "https://github.com/brson/rust-skeptic"

[lib]
name = "skeptic"
path = "lib.rs"
[dependencies.toml]
version = "0.4.2"

[dependencies.bytecount]
version = "0.1.7"

[dependencies.serde]
version = "1.0.9"

[dependencies.glob]
version = "0.2"

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

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

[dependencies.serde_derive]
version = "1.0.9"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.walkdir]
version = "1.0"

[dependencies.tempdir]
version = "0.3.5"