kcode-chatend 0.1.0

Kennedy's provider-independent durable box context and projection
Documentation
[package]
name = "kcode-chatend"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Kennedy's provider-independent durable box context and projection"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false

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

[dependencies]
anyhow = "1"
chrono = "0.4"
kcode-session-log = "0.2.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[lints.rust]
unsafe_code = "forbid"

[workspace]
resolver = "3"