ovid 0.1.3

fast, bidirectional PDF and Image converter
# 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 = "ovid"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fast, bidirectional PDF and Image converter"
readme = "README.md"
keywords = [
    "pdf",
    "image",
    "converter",
    "png",
    "cli",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/euceph/ovid"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.flate2]
version = "1"
features = ["zlib-rs"]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "tiff",
    "bmp",
    "gif",
]
default-features = false

[dependencies.lopdf]
version = "0.34"

[dependencies.mimalloc]
version = "0.1"
default-features = false

[dependencies.mupdf]
version = "0.6"
features = ["sys-lib-libjpeg"]

[dependencies.png]
version = "0.18"

[dependencies.rayon]
version = "1"

[dependencies.turbojpeg]
version = "1.3"
features = ["pkg-config"]
default-features = false

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