gluon_doc 0.9.2

The documentation generator for the gluon programming language
# 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 = "gluon_doc"
version = "0.9.2"
authors = ["Markus Westerlind <marwes91@gmail.com>"]
description = "The documentation generator for the gluon programming language"
documentation = "https://docs.rs/gluon"
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"
[dependencies.clap]
version = "2.22.0"

[dependencies.env_logger]
version = "0.5"

[dependencies.failure]
version = "0.1"
features = ["backtrace"]

[dependencies.gluon]
version = "0.9.2"

[dependencies.handlebars]
version = "1.0.0-beta.4"

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.pretty]
version = "0.5"

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

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.0"

[dependencies.serde_derive]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.0"

[dependencies.structopt]
version = "0.2"

[dependencies.walkdir]
version = "1"