[go: up one dir, main page]

termimad 0.6.3

Markdown Renderer for the Terminal
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]
edition = "2018"
name = "termimad"
version = "0.6.3"
authors = ["dystroy <denys.seguret@gmail.com>"]
description = "Markdown Renderer for the Terminal"
readme = "README.md"
keywords = ["markdown", "terminal", "tui", "renderer", "parser"]
categories = ["command-line-interface", "text-processing"]
license = "MIT"
repository = "https://github.com/Canop/termimad"
[dependencies.crossbeam]
version = "0.7"

[dependencies.crossterm_cursor]
version = "=0.2.4"

[dependencies.crossterm_input]
version = "=0.3.6"

[dependencies.crossterm_screen]
version = "=0.2.3"

[dependencies.crossterm_style]
version = "=0.3.3"

[dependencies.crossterm_terminal]
version = "=0.2.4"

[dependencies.crossterm_utils]
version = "=0.2.3"

[dependencies.lazy_static]
version = "1.3"

[dependencies.minimad]
version = "0.4.1"