tea-session 0.1.0

Append-only session log, replay, and storage contracts for tea-rs
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.1"
name = "tea-session"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Append-only session log, replay, and storage contracts for tea-rs"
readme = "README.md"
keywords = [
    "agent",
    "session",
    "event-log",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/tea-hq/tea-rs.git"
resolver = "2"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.serde_json]
version = "=1.0.140"

[dependencies.tea-policy]
version = "=0.1.0"

[dependencies.tea-protocol]
version = "=0.1.0"

[dependencies.thiserror]
version = "=2.0.12"

[dev-dependencies.tea-tools]
version = "=0.1.0"
default-features = false

[dev-dependencies.tokio]
version = "=1.47.1"
features = [
    "macros",
    "rt",
]
default-features = false

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

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

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"