unpdf-cli 0.4.3

CLI tool for extracting PDF content to Markdown, text, and JSON
# 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 = "unpdf-cli"
version = "0.4.3"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for extracting PDF content to Markdown, text, and JSON"
readme = "README.md"
keywords = [
    "pdf",
    "markdown",
    "cli",
    "text-extraction",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/iyulab/unpdf"

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

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "2.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = ["default-tls"]
default-features = false

[dependencies.self_update]
version = "0.41"
features = [
    "archive-zip",
    "archive-tar",
    "compression-flate2",
    "compression-zip-deflate",
]

[dependencies.semver]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.unpdf]
version = "0.4.3"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_env = "musl")'.dependencies.openssl]
version = "0.10"
features = ["vendored"]