pulldown-cmark-mdcat 2.9.1

Render pulldown-cmark events to TTY
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 = "2021"
rust-version = "1.83"
name = "pulldown-cmark-mdcat"
version = "2.9.1"
authors = [
    "Sebastian Wiesner <sebastian@swsnr.de>",
    "Mouhieddine Sabir <me@mouhieddine.dev>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render pulldown-cmark events to TTY"
homepage = "https://github.com/BIRSAx2/mdcat"
documentation = "https://docs.rs/pulldown-cmark-mdcat"
readme = "README.md"
keywords = [
    "markdown",
    "less",
    "cat",
    "cmark",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MPL-2.0 AND Apache-2.0"
repository = "https://github.com/BIRSAx2/mdcat"

[package.metadata.release]
release = true

[features]
default = [
    "svg",
    "image-processing",
]
image-processing = ["dep:image"]
svg = ["dep:resvg"]

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

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

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

[dependencies.anstyle]
version = "1.0.7"
default-features = false

[dependencies.base64]
version = "0.22.1"
features = ["std"]
default-features = false

[dependencies.gethostname]
version = "0.5.0"

[dependencies.image]
version = "0.25.1"
optional = true

[dependencies.mime]
version = "0.3.17"
default-features = false

[dependencies.png]
version = "0.18.1"

[dependencies.pulldown-cmark]
version = "0.12.1"
default-features = false

[dependencies.ratex-layout]
version = "0.1.11"

[dependencies.ratex-parser]
version = "0.1.11"

[dependencies.ratex-render]
version = "0.1.11"
features = ["embed-fonts"]

[dependencies.ratex-types]
version = "0.1.11"

[dependencies.resvg]
version = "0.43.0"
features = [
    "text",
    "system-fonts",
    "memmap-fonts",
]
optional = true
default-features = false

[dependencies.syntect]
version = "5.2.0"
features = [
    "regex-fancy",
    "parsing",
    "regex-fancy",
]
default-features = false

[dependencies.textwrap]
version = "0.16.1"
features = [
    "unicode-linebreak",
    "unicode-width",
]
default-features = false

[dependencies.tracing]
version = "0.1.40"
features = ["attributes"]
default-features = false

[dependencies.unicodeit]
version = "0.2.1"

[dependencies.url]
version = "2.5.2"

[dev-dependencies.glob]
version = "0.3.1"

[dev-dependencies.insta]
version = "1.40.0"
features = [
    "glob",
    "filters",
]

[dev-dependencies.regex]
version = "1.10.6"
default-features = false

[dev-dependencies.similar-asserts]
version = "1.6.0"

[dev-dependencies.syntect]
version = "5.2.0"
features = [
    "regex-fancy",
    "default-syntaxes",
]
default-features = false

[dev-dependencies.temp-env]
version = "0.3.6"
default-features = false

[build-dependencies.syntect]
version = "5.2.0"
features = [
    "regex-fancy",
    "plist-load",
    "dump-create",
]
default-features = false

[target."cfg(unix)".dependencies.rustix]
version = "0.38.34"
features = [
    "std",
    "termios",
    "system",
]
default-features = false

[target."cfg(windows)".dependencies.terminal_size]
version = "0.3.0"