md-pdf 0.1.0

Convert markdown files to PDF using typst with templating
# 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 = "md-pdf"
version = "0.1.0"
authors = ["tschinz"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert markdown files to PDF using typst with templating"
readme = "README.md"
keywords = [
    "markdown",
    "pdf",
    "typst",
    "converter",
    "templating",
]
categories = [
    "command-line-utilities",
    "multimedia",
    "template-engine",
]
license = "MIT"
repository = "https://github.com/tschinz/md-pdf"

[[bin]]
name = "md-pdf"
path = "src/main.rs"

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

[dependencies.dirs]
version = "5.0"

[dependencies.duct]
version = "1.1.1"

[dependencies.notify]
version = "6.1"

[dependencies.opener]
version = "0.7"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.ron]
version = "0.8"

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

[dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3.24"