context_weaver 0.1.0

A lorebook engine for LLM role-playing applications, built on weaver_lang
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 = "context_weaver"
version = "0.1.0"
authors = ["crux03"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lorebook engine for LLM role-playing applications, built on weaver_lang"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crux-03/context_weaver"

[features]
default = ["stdlib"]
stdlib = []

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

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tracing]
version = "0.1.44"

[dependencies.weaver_lang]
version = "0.3.1"
features = ["macros"]

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