# 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 = "image2pdf" version = "0.1.0" authors = ["Tu Mai "] exclude = ["assets/*"] description = "A CLI convert multiple images into 1 pdf file" homepage = "https://github.com/anhtumai/image2pdf" readme = "README.md" keywords = [ "image", "pdf", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/anhtumai/image2pdf" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "3.1.14" features = ["derive"] [dependencies.colored] version = "2" [dependencies.num] version = "0.4" [dependencies.printpdf] version = "0.5" features = ["embedded_images"] [dependencies.regex] version = "1"