[package]
edition = "2024"
name = "kpathsea"
version = "0.3.3"
authors = [
"Deyan Ginev <deyan.ginev@gmail.com>",
"Emily Eisenberg <xymostech@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust interface to the kpathsea TeX file management library.
"""
homepage = "https://github.com/dginev/rust-kpathsea"
documentation = "https://docs.rs/crate/kpathsea"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/dginev/rust-kpathsea"
[features]
build-from-source = ["kpathsea_sys/build_from_source"]
[lib]
name = "kpathsea"
path = "src/lib.rs"
[[test]]
name = "find_file"
path = "tests/find_file.rs"
[[test]]
name = "subprocess"
path = "tests/subprocess.rs"
[dependencies.kpathsea_sys]
version = "0.2.3"
[dependencies.which]
version = "8"
[build-dependencies.which]
version = "8"