kcode-commit-session 0.1.1

Atomic, idempotent materialization of completed Kennedy sessions into Kweb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Dependency Audit

Audited for version 0.1.0.

- `kcode-kweb-db` supplies canonical IDs, node data, transactions, and Kweb
  durability.
- `rusqlite` owns the small durable idempotency and recovery receipt table.
  The bundled feature makes SQLite availability explicit.
- `chrono` supplies provenance timestamps.
- `serde` and `serde_json` preserve the established checkpoint and receipt
  wire representation.
- `sha2` supplies the versioned canonical request digest.
- `tempfile` is development-only test isolation.

The crate has no HTTP framework, async runtime, network client, session-history
implementation, archive encoder, or attachment-format policy. It contains no
unsafe Rust.