quiver-agent 0.1.3

Background daily-task agent that observes Claude Code sessions and writes hint files
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 = "2024"
name = "quiver-agent"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Background daily-task agent that observes Claude Code sessions and writes hint files"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/deiu25/quiver"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.notify]
version = "6.1"

[dependencies.quiver-core]
version = "0.1.3"

[dependencies.quiver-ingestion]
version = "0.1.3"

[dependencies.quiver-recommender]
version = "0.1.3"

[dependencies.quiver-storage]
version = "0.1.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
    "json",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.axum]
version = "0.7"

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