mdeck 0.8.1

A markdown-based presentation tool
# 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.85"
name = "mdeck"
version = "0.8.1"
authors = ["Kristofer Liljeblad <kristofer@mklab.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A markdown-based presentation tool"
readme = "README.md"
keywords = [
    "markdown",
    "presentation",
    "slides",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mklab-se/mdeck"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/mdeck-v{ version }-{ target }.{ archive-format }"
bin-dir = "mdeck{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "6.0"

[dependencies.eframe]
version = "0.33"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

[dependencies.inquire]
version = "0.7"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.ureq]
version = "3"
features = ["json"]