zotron 0.2.5

Typed CLI for Zotero — search, manage, export, OCR, and RAG over your academic library
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"
rust-version = "1.75"
name = "zotron"
version = "0.2.5"
authors = ["diamondrill <hongzuanlv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed CLI for Zotero — search, manage, export, OCR, and RAG over your academic library"
readme = false
keywords = [
    "zotero",
    "academic",
    "citations",
    "cli",
    "rag",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/dianzuan/zotron"

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

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

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

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

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.ureq]
version = "2"
features = ["json"]

[dependencies.zotron-rpc]
version = "0.2.5"

[dependencies.zotron-types]
version = "0.2.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2"