rustex_lib 0.1.8

A crate for converting TeX/pdfTeX to HTML
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"
name = "rustex_lib"
version = "0.1.8"
authors = ["Dennis Müller <d.mueller@kwarc.info>"]
build = false
exclude = [
    ".idea/*",
    "build.rs",
    "resources/*",
    "target/*",
    ".vscode",
    "lib",
    "pgo",
    "opt.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate for converting TeX/pdfTeX to HTML"
readme = "README.md"
keywords = [
    "tex",
    "latex",
    "rustex",
]
categories = [
    "encoding",
    "data-structures",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/FlexiFormal/RusTeX/tree/main/rustex"
resolver = "2"

[features]
multithreaded = ["tex_engine/multithreaded"]

[lib]
name = "rustex_lib"
crate-type = ["lib"]
path = "src/lib.rs"

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

[dependencies.ansi_term]
version = "0.12"

[dependencies.chrono]
version = "0.4"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.image]
version = "0.25"

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"
features = ["kv_unstable"]

[dependencies.mimalloc]
version = "0.1"

[dependencies.path-dedot]
version = "3.1"

[dependencies.pdfium-render]
version = "0.8.37"
features = [
    "image_025",
    "pdfium_7350",
    "thread_safe",
]
default-features = false

[dependencies.tex-glyphs]
version = "0.1.2"

[dependencies.tex_engine]
version = "0.1.2"
features = [
    "pdflatex",
    "pdfium",
]

[lints.clippy]
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"