pres 0.0.0

A terminal markdown slide presenter
# 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 = "pres"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal markdown slide presenter"
readme = "README.md"
keywords = [
    "presentation",
    "slides",
    "markdown",
    "terminal",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dvjn/pres"
resolver = "2"

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.notify]
version = "7"

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

[dependencies.ratatui]
version = "0.29"

[dependencies.syntect]
version = "5"
features = [
    "default-syntaxes",
    "default-themes",
    "regex-fancy",
    "plist-load",
]
default-features = false

[dependencies.two-face]
version = "0.5.1"
features = ["syntect-fancy"]
default-features = false

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