bookify_rs 0.1.3

A PDF processing tool for booklet imposition and double-sided printing
Documentation
# 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 = "bookify_rs"
version = "0.1.3"
authors = ["wesleyel <48174882+wesleyel@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PDF processing tool for booklet imposition and double-sided printing"
readme = "README.md"
keywords = [
    "pdf",
    "booklet",
    "imposition",
    "zine",
    "duplex",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/wesleyel/bookify-rs"

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

[[bin]]
name = "bookify_rs"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.lopdf]
version = "0.29"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "1.0"