# 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.