smart-markdown 0.3.0

Parse and render Markdown to ANSI-styled terminal output with live in-place refresh
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 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 = "2024"
name = "smart-markdown"
version = "0.3.0"
authors = ["Victor Palade <victor@cloudflavor.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and render Markdown to ANSI-styled terminal output with live in-place refresh"
homepage = "https://cloudflavor.io"
documentation = "https://docs.rs/smart-markdown"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cloudflavor/smart-markdown"

[features]
default = ["syntax-highlight"]
syntax-highlight = ["syntect"]

[lib]
name = "smart_markdown"
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "streaming"
path = "examples/streaming.rs"

[[example]]
name = "streaming_demo"
path = "examples/streaming_demo.rs"

[[example]]
name = "table_streaming"
path = "examples/table_streaming.rs"

[dependencies.syntect]
version = "5.2"
features = ["default-fancy"]
optional = true
default-features = false

[dependencies.terminal-colorsaurus]
version = "1.0"

[dependencies.terminal_size]
version = "0.4"

[dependencies.unicode-width]
version = "0.2"