kcode-session-log 0.2.2

Durable append-ordered session transcripts with checksummed pending objects
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"
rust-version = "1.97"
name = "kcode-session-log"
version = "0.2.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
    "Specification.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable append-ordered session transcripts with checksummed pending objects"
documentation = "https://docs.rs/kcode-session-log"
readme = "README.md"
keywords = [
    "session",
    "transcript",
    "durability",
    "checksums",
    "storage",
]
categories = [
    "data-structures",
    "filesystem",
]
license = "MIT"

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

[dependencies.anyhow]
version = "1"

[dependencies.kcode-checksummed-frame-log]
version = "0.1.0"

[dependencies.kcode-pending-object-store]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[lints.rust]
unsafe_code = "forbid"