# 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 = "en2tex" version = "1.0.2" authors = [ "Miguel Piedrafita ", "Filippo Neysofu Costa ", ] description = "A CLI utility to generate LaTeX mathematical expressions, powered by OpenAI APIs" homepage = "https://github.com/neysofu/en2tex" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/neysofu/en2tex" [dependencies.arboard] version = "3.2.0" [dependencies.bat] version = "0.22.1" features = ["regex-onig"] default-features = false [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.question] version = "0.2.2" [dependencies.reqwest] version = "0.11.13" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dependencies.serde_json] version = "1.0.89" default-features = false [dependencies.spinners] version = "4.1.0"