zenith-session 0.0.6

Zenith document identity, ephemeral session DAG, and content-addressed version store.
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.85"
name = "zenith-session"
version = "0.0.6"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zenith document identity, ephemeral session DAG, and content-addressed version store."
homepage = "https://github.com/zenitheditor/zenith"
readme = "README.md"
keywords = [
    "design",
    "deterministic",
    "kdl",
    "rendering",
    "agent",
]
categories = [
    "rendering",
    "command-line-utilities",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/zenitheditor/zenith"

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

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.getrandom]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"