# 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 = "pdf-merger-rs" version = "0.1.0" authors = ["Stepanov Denis "] description = "This is app for merge PDF files." documentation = "https://docs.rs/pdf-merger-rs" readme = "README.md" keywords = [ "merge", "pdf", ] license = "Apache-2.0" repository = "https://github.com/stepanov-denis/pdf-merger-rs/" [dependencies.eframe] version = "0.25.0" [dependencies.env_logger] version = "0.10" features = [ "auto-color", "humantime", ] default-features = false [dependencies.log] version = "0.4.20" [dependencies.lopdf] version = "0.32.0" [dependencies.qpdf] version = "0.1.7" [dependencies.rfd] version = "0.13"