[package]
edition = "2024"
name = "pdfmerge"
version = "1.0.5"
authors = ["Anirudh Singh <anirudh.sai8296@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive CLI tool to merge multiple PDFs using Ghostscript"
homepage = "https://github.com/ani-4nirudh/PDF-Merge"
documentation = "https://docs.rs/pdfmerge"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ani-4nirudh/PDF-Merge"
[package.metadata.deb]
maintainer = "Anirudh Singh <anirudh.sai8296@gmail.com"
copyright = "2026, Anirudh Singh <anirudh.sai8296@gmail.com"
license-file = [
"LICENSE",
"0",
]
depends = "ghostscript"
section = "utils"
priority = "optional"
assets = [[
"target/release/pdfmerge",
"usr/bin/pdfmerge",
"755",
]]
[[bin]]
name = "pdfmerge"
path = "src/main.rs"
[dependencies.dialoguer]
version = "0.11"
[dependencies.inquire]
version = "0.9.4"
[dependencies.shellexpand]
version = "3.0"