streamdown 0.1.2

A streaming markdown renderer for modern terminals (Rust port of Streamdown)
[[bin]]
name = "sd"
path = "src/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.crossterm]
version = "0.28"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.10"

[dependencies.streamdown-ansi]
version = "0.1.2"

[dependencies.streamdown-config]
version = "0.1.2"

[dependencies.streamdown-core]
version = "0.1.2"

[dependencies.streamdown-parser]
version = "0.1.2"

[dependencies.streamdown-plugin]
version = "0.1.2"

[dependencies.streamdown-render]
version = "0.1.2"

[dependencies.streamdown-syntax]
version = "0.1.2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.insta]
features = ["redactions"]
version = "1.40"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.terminal_size]
version = "0.4"

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

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

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

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

[package]
authors = ["Streamdown Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "A streaming markdown renderer for modern terminals (Rust port of Streamdown)"
documentation = "https://docs.rs/streamdown"
edition = "2021"
homepage = "https://github.com/fed-stew/streamdown-rs"
keywords = ["markdown", "terminal", "streaming", "ansi", "cli"]
license = "MIT"
name = "streamdown"
readme = "README.md"
repository = "https://github.com/fed-stew/streamdown-rs"
rust-version = "1.70"
version = "0.1.2"

[target."cfg(unix)".dependencies.nix]
features = ["fs", "poll", "term", "signal", "process"]
version = "0.29"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "proptest"
path = "tests/proptest.rs"

[[test]]
name = "snapshots"
path = "tests/snapshots.rs"