[[bin]]
name = "imagedit"
path = "src/main.rs"
required-features = ["bin-deps"]
[dependencies.ab_glyph]
version = "0.2"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.40"
[dependencies.image]
version = "0.25"
[dependencies.imageproc]
version = "0.25"
[dependencies.printpdf]
features = ["png"]
version = "0.8.2"
[dependencies.qrcode]
version = "0.14"
[dev-dependencies.tempfile]
version = "3.0"
[features]
bin-deps = ["dep:clap"]
default = []
[lib]
name = "imagedit"
path = "src/lib.rs"
[package]
authors = ["alejo.co@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia::images"]
description = "A CLI tool for generating documents from images with customizable text and QR codes."
edition = "2024"
keywords = ["pdf", "qr-code", "document", "generator"]
license = "GPL-3.0"
name = "imagedit"
readme = "README.md"
repository = "https://github.com/alejo-c/imagedit"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"
strip = true