doclib 0.1.0

Tag-indexed CLI catalog for books and articles, with rclone-backed storage
# 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"
rust-version = "1.85"
name = "doclib"
version = "0.1.0"
authors = ["Jossué Arteche Muñoz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tag-indexed CLI catalog for books and articles, with rclone-backed storage"
readme = "README.md"
keywords = [
    "cli",
    "books",
    "library",
    "catalog",
    "ebook",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/CfM47/doc_catalog"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.blake3]
version = "1.8.6"

[dependencies.chrono]
version = "0.4.45"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.epub]
version = "2.1.5"

[dependencies.inquire]
version = "0.9.4"

[dependencies.lopdf]
version = "0.44.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
    "rustls",
    "http2",
    "charset",
]
default-features = false

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.4"

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[dependencies.walkdir]
version = "2.5.0"