# 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 = "pic2a4" version = "0.1.0" description = "Convert long image to A4-page PDF" license = "AGPL-3.0" repository = "https://github.com/Jason5Lee/pic2a4" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.image] version = "0.24" [dependencies.printpdf] version = "0.5" features = ["embedded_images"]