termimad 0.21.1

Markdown Renderer for the Terminal
Documentation
[package]
name = "termimad"
version = "0.21.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/termimad"
description = "Markdown Renderer for the Terminal"
edition = "2021"
keywords = ["markdown", "terminal", "tui", "renderer", "parser"]
license = "MIT"
categories = ["command-line-interface", "text-processing", "template-engine"]
readme = "README.md"
rust-version = "1.56"

[features]
special-renders = []
default = ["special-renders"]

[dependencies]
minimad = "=0.10.0"
coolor = { version="=0.5.0", features=["crossterm"] }
crossterm = "0.23.2"
crossbeam = "0.8"
thiserror = "1.0"
unicode-width = "0.1.10"
# cli-log = "2.0"

[dev-dependencies]
anyhow = "1.0"
cli-log = "2.0"
crokey = "0.4"
terminal-clipboard = "0.3.1"

[patch.crates-io]
# coolor = { path = "../coolor" }
# crossterm = { path = "../crossterm" }
# minimad = { path = "../minimad" }
# terminal-clipboard = { path = "../terminal-clipboard" }