iris-reader 1.0.0

A terminal-native viewer for documents, structured data, images, PDFs, databases, and stdin.
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"
rust-version = "1.94"
name = "iris-reader"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-native viewer for documents, structured data, images, PDFs, databases, and stdin."
readme = "README.md"
keywords = [
    "terminal",
    "markdown",
    "viewer",
    "tui",
    "reader",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/KyanJeuring/iris"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "7"

[dependencies.html-escape]
version = "0.2"

[dependencies.image]
version = "0.25.8"
features = [
    "bmp",
    "gif",
    "ico",
    "jpeg",
    "png",
    "webp",
]
default-features = false

[dependencies.open]
version = "5"

[dependencies.pulldown-cmark]
version = "0.13.4"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.ratatui-image]
version = "11.1"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1"

[dependencies.resvg]
version = "0.48.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syntect]
version = "5.3"
features = ["default-fancy"]
default-features = false

[dependencies.toml]
version = "1.1"

[dependencies.unicode-segmentation]
version = "1.13"

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

[dependencies.ureq]
version = "3.4"