[package]
edition = "2024"
name = "anypdf"
version = "0.0.0"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Any file to PDF converter"
documentation = "https://docs.rs/anypdf"
readme = "README.md"
keywords = [
"any",
"file",
"PDF",
"converter",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EngosSoftware/anypdf.git"
[[bin]]
name = "anypdf"
path = "src/main.rs"