cmark 0.0.2

CommonMark to html converter.
# 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 = "cmark"
version = "0.0.2"
authors = ["FuGangqiang <fu_gangqiang@qq.com>"]
description = "CommonMark to html converter."
homepage = "https://github.com/FuGangqiang/cmark.rs"
documentation = "https://docs.rs/cmark"
readme = "README.md"
keywords = ["markdown", "CommonMark"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/FuGangqiang/cmark.rs"

[[bin]]
name = "cmark"
doc = false
[dependencies.env_logger]
version = "0.5"

[dependencies.log]
version = "0.4"

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

[dependencies.structopt]
version = "0.2"