# 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 = "coverletter" version = "0.1.7" authors = ["Annie Ehler "] description = "A tool to help you find a job" homepage = "https://github.com/annie444/coverletter" readme = "README.md" keywords = [ "cli", "employment", "pdf", "help", "resume", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/annie444/coverletter" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = [ "cargo", "env", "string", "unicode", "color", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.genpdf] version = "0.2.0" features = [ "hyphenation", "image", "images", ] [dependencies.home] version = "0.5.5" [dependencies.image] version = "0.23.14" [dependencies.include_dir] version = "0.7.3" [dependencies.pdfshrink] version = "0.2.0" [dependencies.tempfile] version = "3.8.0"