# 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 = "topdf" version = "0.1.1" authors = ["crcrworks "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert png, jpg, or jpeg to one PDF" homepage = "https://crates.io/crates/topdf" documentation = "https://docs.rs/topdf" readme = "README.md" keywords = [ "pdf", "convert", "generate", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/crcrworks/topdf" [[bin]] name = "topdf" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.27.0" [dependencies.image] version = "0.25.2" [dependencies.printpdf] version = "0.7.0" [dependencies.ratatui] version = "0.27.0"