bolivar-cli 1.9.0

PDF text extraction CLI tools
# 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 = "2024"
name = "bolivar-cli"
version = "1.9.0"
authors = ["Ahmed Aloufi <936636+harubi@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF text extraction CLI tools"
readme = false
keywords = [
    "pdf",
    "text-extraction",
    "pdfminer",
    "pdfplumber",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harubi/bolivar"
resolver = "2"

[[bin]]
name = "dumppdf"
path = "src/dumppdf.rs"

[[bin]]
name = "pdf2txt"
path = "src/pdf2txt.rs"

[dependencies.bolivar-core]
version = "1.9.0"

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

[dependencies.memmap2]
version = "0.9"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"