[[bin]]
name = "linemd"
required-features = ["html", "svg"]
[[example]]
name = "all"
required-features = ["html", "svg"]
[features]
default = ["html"]
html = []
svg = []
[package]
authors = ["Yusuf Bera Ertan <y.bera003.06@protonmail.com>"]
categories = ["parser-implementations", "command-line-utilities"]
description = "A simple and opinionated markdown parser (and renderer) written in Rust."
edition = "2018"
keywords = ["markdown", "parser", "html", "svg"]
license = "MIT"
name = "linemd"
repository = "https://github.com/yusdacra/linemd"
version = "0.2.0"
[package.metadata.nix]
app = true
build = true