# 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]
edition = "2018"
name = "mdbook-all-the-markdowns"
version = "0.3.0"
description = "Render all markdown files in a given folder structure"
homepage = "https://github.com/bombsimon/mdbook-all-the-markdowns"
license = "MIT"
repository = "https://github.com/bombsimon/mdbook-all-the-markdowns"

[[example]]
name = "finder"
[dependencies.Inflector]
version = "0.11.4"

[dependencies.clap]
version = "2.33.3"

[dependencies.env_logger]
version = "0.8.0"

[dependencies.log]
version = "0.4.14"

[dependencies.mdbook]
version = "0.4.13"

[dependencies.regex]
version = "1.5.4"

[dependencies.semver]
version = "1.0.4"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.toml]
version = "0.5.8"

[dependencies.walkdir]
version = "2.3.2"