[[bin]]
name = "detex"
path = "src/main.rs"
[dependencies]
[dev-dependencies.walkdir]
version = "2"
[lib]
name = "detex"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "Strip TeX/LaTeX commands from input files"
edition = "2024"
homepage = "https://github.com/tchajed/detex-rs"
keywords = ["tex", "latex", "text-processing"]
license = "BSD-3-Clause"
name = "detex"
readme = "README.md"
repository = "https://github.com/tchajed/detex-rs"
version = "0.2.1"
[[test]]
name = "compare_with_opendetex"
path = "tests/compare_with_opendetex.rs"