talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
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"
name = "talmudifier"
version = "0.2.0"
authors = ["Esther Alter <subalterngames@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert markdown text into Talmud-like PDFs"
readme = "README.md"
keywords = [
    "jewish",
    "tex",
    "typesetting",
    "pdf",
    "font",
]
categories = [
    "command-line-interface",
    "multimedia",
    "value-formatting",
    "visualization",
]
license = "MIT"
repository = "https://github.com/subalterngames/talmudifier-rs"

[package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
rev = "e2bb93a35f70851c2bfb60006f1f7659cd1637d1"

[package.metadata.vcpkg.target.x86_64-apple-darwin]
triplet = "x64-osx"

[package.metadata.vcpkg.target.x86_64-unknown-linux-gnu]
triplet = "x64-linux"

[package.metadata.vcpkg.target.x86_64-pc-windows-msvc]
triplet = "x64-windows-static"

[features]
clap = ["dep:clap"]
default = ["default-fonts"]
default-fonts = []
textest = ["clap"]

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

[[bin]]
name = "benchmark"
path = "src/bin/benchmark.rs"

[[bin]]
name = "example_config"
path = "src/bin/example_config.rs"

[[bin]]
name = "talmudify"
path = "src/bin/talmudify.rs"
required-features = ["clap"]

[[bin]]
name = "textest"
path = "src/bin/textest.rs"
required-features = ["textest"]

[dependencies.chrono]
version = "0.4.40"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.5.30"
features = [
    "derive",
    "string",
]
optional = true

[dependencies.cosmic-text]
version = "0.12.1"
features = [
    "std",
    "fontconfig",
]
default-features = false

[dependencies.embed-doc-image]
version = "0.1.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.markdown]
version = "1.0.0-alpha.22"

[dependencies.nom]
version = "5.1.1"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.tectonic]
version = "0.15.0"
features = [
    "external-harfbuzz",
    "geturl-reqwest",
]
default-features = false

[dependencies.thiserror]
version = "2.0.11"