task-journal-core 0.1.2

Append-only event log + derived SQLite state for task-journal: schema, storage, pack assembler, classifier client.
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 = "task-journal-core"
version = "0.1.2"
authors = ["Mher Shahinyan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Append-only event log + derived SQLite state for task-journal: schema, storage, pack assembler, classifier client."
homepage = "https://github.com/Digital-Threads/Task-Journal"
readme = "README.md"
keywords = [
    "task-journal",
    "ai-coding",
    "mcp",
    "memory",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Digital-Threads/Task-Journal"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.directories]
version = "5"

[dependencies.dunce]
version = "1"

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

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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

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

[dev-dependencies.mockito]
version = "1"

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