streamdown 0.1.4

A streaming markdown renderer for modern terminals (Rust port of Streamdown)
# 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.70"
name = "streamdown"
version = "0.1.4"
authors = ["Streamdown Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A streaming markdown renderer for modern terminals (Rust port of Streamdown)"
homepage = "https://github.com/fed-stew/streamdown-rs"
documentation = "https://docs.rs/streamdown"
readme = "README.md"
keywords = [
    "markdown",
    "terminal",
    "streaming",
    "ansi",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/fed-stew/streamdown-rs"

[[bin]]
name = "sd"
path = "src/main.rs"

[[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"

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

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

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

[dependencies.atty]
version = "0.2"

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

[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.4"

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

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

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

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

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

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

[dependencies.toml]
version = "0.8"

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

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

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

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

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