comrak 0.6.0

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.6.0"
authors = ["Ashe Connor <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.clap]
version = "2.32.0"
optional = true

[dependencies.entities]
version = "1.0.1"

[dependencies.lazy_static]
version = "1.0.1"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.regex]
version = "1.0.1"

[dependencies.twoway]
version = "0.1.8"

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

[dependencies.unicode_categories]
version = "0.1.1"
[dev-dependencies.timebomb]
version = "0.1.2"

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