tsift-sim-world 0.1.64

Deterministic SimWorld test harness for tsift — seeded corpus + named-edge traces over the session/rewrite/status surfaces
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"
name = "tsift-sim-world"
version = "0.1.64"
authors = ["Brian Takita <brian.takita@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic SimWorld test harness for tsift — seeded corpus + named-edge traces over the session/rewrite/status surfaces"
readme = "README.md"
keywords = [
    "agent",
    "search",
    "rag",
    "cli",
    "context",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/btakita/tsift"

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

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

[dependencies]

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

[dev-dependencies.tsift]
version = "0.1.64"

[dev-dependencies.tsift-cli]
version = "0.1.64"

[dev-dependencies.tsift-session]
version = "0.1.64"
features = ["test-support"]