starweaver-session 0.10.0

Durable session contracts for Starweaver
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.96"
name = "starweaver-session"
version = "0.10.0"
authors = ["wh1isper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable session contracts for Starweaver"
homepage = "https://github.com/Wh1isper/starweaver"
readme = "README.md"
keywords = [
    "agent",
    "sdk",
    "ai",
    "runtime",
]
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/Wh1isper/starweaver"
resolver = "2"

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

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "serde",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.starweaver-context]
version = "0.10.0"

[dependencies.starweaver-core]
version = "0.10.0"

[dependencies.starweaver-model]
version = "0.10.0"

[dependencies.starweaver-stream]
version = "0.10.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "signal",
    "sync",
    "time",
]

[lints.clippy]
all = "warn"
expect_used = "warn"
nursery = "warn"
pedantic = "warn"
unwrap_used = "warn"

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