mdbook 0.3.1

Creates a book from markdown files
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]
edition = "2018"
name = "mdbook"
version = "0.3.1"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>", "Matt Ickstadt <mattico8@gmail.com>"]
exclude = ["/book-example/*"]
description = "Creates a book from markdown files"
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
readme = "README.md"
keywords = ["book", "gitbook", "rustbook", "markdown"]
license = "MPL-2.0"
repository = "https://github.com/rust-lang-nursery/mdBook"

[[bin]]
name = "mdbook"
doc = false
[dependencies.ammonia]
version = "2.1.2"
optional = true

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.24"

[dependencies.elasticlunr-rs]
version = "2.3"
optional = true
default-features = false

[dependencies.env_logger]
version = "0.6"

[dependencies.error-chain]
version = "0.12"

[dependencies.handlebars]
version = "2.0"
features = ["no_dir_source"]
default-features = false

[dependencies.iron]
version = "0.6"
optional = true

[dependencies.itertools]
version = "0.8"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.0"

[dependencies.notify]
version = "4.0"
optional = true

[dependencies.open]
version = "1.1"

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

[dependencies.regex]
version = "1.0.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "0.1"

[dependencies.staticfile]
version = "0.5"
optional = true

[dependencies.tempfile]
version = "3.0"

[dependencies.toml]
version = "0.5.1"

[dependencies.toml-query]
version = "0.9"

[dependencies.ws]
version = "0.8"
optional = true
[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.select]
version = "0.4"

[dev-dependencies.walkdir]
version = "2.0"

[features]
debug = []
default = ["output", "watch", "serve", "search"]
output = []
search = ["elasticlunr-rs", "ammonia"]
serve = ["iron", "staticfile", "ws"]
watch = ["notify"]