# 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 = "dvi-to-text" version = "0.2.1" authors = ["Jared Hughes "] description = """ dvi-to-text is a small tool converting a DVI file (output from TeX/LaTeX) to a string representation of the text contained in the document. """ homepage = "https://github.com/jared-hughes/dvi-to-text" documentation = "https://github.com/jared-hughes/dvi-to-text" readme = "README.md" keywords = [ "latex", "dvi", "tex", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jared-hughes/dvi-to-text" [[bin]] name = "dvi-to-text" path = "src/main.rs" bench = false [dependencies.dvi] version = "0.2.2"