comrak 0.1.6

A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
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 = "comrak"
version = "0.1.6"
authors = ["Yuki Izumi <kivikakk@github.com>"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
homepage = "https://github.com/kivikakk/comrak"
documentation = "https://docs.rs/comrak"
readme = "README.md"
keywords = ["markdown", "commonmark"]
categories = ["text-processing", "parsing", "command-line-utilities"]
license = "BSD-2-Clause"
repository = "https://github.com/kivikakk/comrak"
[profile.release]
lto = true

[[bin]]
name = "comrak"
doc = false
required-features = ["clap"]
[dependencies.regex]
version = "0.2.1"

[dependencies.unicode_categories]
version = "0.1.1"

[dependencies.clippy]
version = "~0.0.123"
optional = true

[dependencies.lazy_static]
version = "0.2.4"

[dependencies.typed-arena]
version = "1.2.0"

[dependencies.clap]
version = "2.22.2"
optional = true

[dependencies.entities]
version = "1.0.0"

[features]
default = ["clap"]
dev = ["clap", "clippy"]
[badges.travis-ci]
repository = "kivikakk/comrak"