# 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 = "vesti" version = "0.13.0" authors = ["Sungbae Jeong "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A preprocessor that compiles into LaTeX" readme = "README.md" license = "MIT" repository = "https://github.com/e0328eric/vesti.git" [profile.dev] opt-level = 0 [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "vesti" path = "src/main.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.crossterm] version = "0.28" [dependencies.dirs] version = "5.0.1" [dependencies.libc] version = "0.2" [dependencies.md-5] version = "0.10.6" [dependencies.path-slash] version = "0.2.1" [dependencies.pathdiff] version = "0.2" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.tectonic] version = "0.15.0" features = ["external-harfbuzz"] optional = true [dependencies.unicode-width] version = "0.2" [dependencies.walkdir] version = "2.5" [dependencies.yaml-rust] version = "0.4.5" [features] default = [] tectonic-backend = ["tectonic"] [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = ["Win32_UI_WindowsAndMessaging"]