# 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 = "clip_tex" version = "0.1.3" description = "This is a tool to quickly run the Latex pipeline for a snippet in your clipboard and give you an image!" readme = "README.md" keywords = [ "cli", "latex", "clipboard", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MrDiver/ClipTex" [dependencies.arboard] version = "3.1.0" [dependencies.cairo-rs] version = "0.15.12" [dependencies.clipboard-master] version = "3.1.3" [dependencies.env_logger] version = "0.9.1" [dependencies.image] version = "0.24.4" [dependencies.inputbot] version = "0.5.1" [dependencies.log] version = "0.4.17" [dependencies.notify-rust] version = "4.5.10" [dependencies.poppler] version = "0.3.2" [dependencies.tectonic] version = "0.9.0"