[[bin]]
name = "papersmith"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-openai]
version = "0.29.3"
[dependencies.base64]
version = "0.22.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.48"
[dependencies.colog]
version = "1.4.0"
[dependencies.glob]
version = "0.3.3"
[dependencies.log]
version = "0.4.28"
[dependencies.regex]
version = "1.11.2"
[dependencies.repair_json]
version = "0.1.0"
[dependencies.reqwest]
features = ["json"]
version = "0.12.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.225"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tokio]
features = ["full"]
version = "1.47.1"
[package]
authors = ["Ben Letchford <me@benletchford.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AI-Powered PDF Renamer in Rust."
documentation = "https://github.com/benletchford/papersmith"
edition = "2021"
homepage = "https://github.com/benletchford/papersmith"
license = "MIT"
name = "papersmith"
readme = "README.md"
repository = "https://github.com/benletchford/papersmith"
version = "0.7.0"
[profile.release]
codegen-units = 1
lto = true
strip = true