# 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 = "kpathsea" version = "0.2.3" authors = ["Deyan Ginev ", "Emily Eisenberg "] description = "Rust interface to the kpathsea TeX file management library.\n" homepage = "https://github.com/dginev/rust-kpathsea" documentation = "https://docs.rs/crate/kpathsea" license = "MIT/Apache-2.0" repository = "https://github.com/dginev/rust-kpathsea" [package.metadata.docs.rs] rustc-args = ["--cfg", "kpathsea_docs_rs"] rustdoc-args = ["--cfg", "kpathsea_docs_rs"] [lib] name = "kpathsea" [dependencies.kpathsea_sys] version = "0.1.0" [dependencies.which] version = "4.0.1"