[package]
edition = "2024"
name = "pictex"
version = "0.1.0"
build = false
exclude = [
"docs/*",
".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utility for converting LaTeX math expressions to PNG format"
readme = "README.md"
keywords = [
"latex",
"tex",
"math",
]
categories = [
"command-line-utilities",
"mathematics",
]
license = "MIT"
repository = "https://github.com/marcxalexandre/pictex.git"
[[bin]]
name = "pictex"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.40"
features = ["derive"]
[dependencies.rand]
version = "0.10.0"
[dependencies.which]
version = "8.0.0"