# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "termimad" version = "0.25.7" authors = ["dystroy "] description = "Markdown Renderer for the Terminal" readme = "README.md" keywords = [ "markdown", "terminal", "tui", "renderer", "parser", ] categories = [ "command-line-interface", "text-processing", "template-engine", ] license = "MIT" repository = "https://github.com/Canop/termimad" resolver = "1" [dependencies.coolor] version = "0.8.0" features = ["crossterm"] [dependencies.crossbeam] version = "0.8" [dependencies.crossterm] version = "=0.23.2" [dependencies.lazy-regex] version = "3" [dependencies.minimad] version = "0.13.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.unicode-width] version = "0.1.10" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.cli-log] version = "2" [dev-dependencies.crokey] version = "0.4" [dev-dependencies.deser-hjson] version = "2" [dev-dependencies.terminal-clipboard] version = "0.4.1" [features] default = ["special-renders"] special-renders = []