paperless-cli 2.1.0

Rust TUI and LLM-friendly client for Paperless-ngx
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 = "paperless-cli"
version = "2.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust TUI and LLM-friendly client for Paperless-ngx"
homepage = "https://github.com/damacus/paperless-cli"
readme = "README.md"
keywords = [
    "paperless",
    "paperless-ngx",
    "tui",
    "cli",
    "documents",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/damacus/paperless-cli"

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

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

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

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

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

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

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

[dependencies.crossterm]
version = "0.28.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.lopdf]
version = "0.38.0"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

[dependencies.rpassword]
version = "7.3.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.20"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.httpmock]
version = "0.7.0"

[dev-dependencies.predicates]
version = "3.1.3"

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