pdf-perm 0.1.2

Change the permissions of a PDF file.
Documentation
[[bin]]
name = "pdf-perm"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anyhow]
optional = true
version = "1.0.97"

[dependencies.bitflags]
version = "2.9.0"

[dependencies.env_logger]
optional = true
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.lopdf]
version = "0.36.0"

[features]
cli = ["anyhow", "env_logger"]

[lib]
name = "pdf_perm"
path = "src/lib.rs"

[package]
authors = ["PRO-2684"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding", "security"]
description = "Change the permissions of a PDF file."
edition = "2024"
include = ["src", "README.md", "LICENSE"]
keywords = ["cli", "pdf", "permissions", "metadata", "file"]
license = "MIT"
name = "pdf-perm"
readme = "README.md"
repository = "https://github.com/PRO-2684/PDF-Perm"
version = "0.1.2"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
disabled-strategies = ["quick-install"]
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[profile.release]
codegen-units = 1
lto = true
strip = true