yah-tower 0.8.20

yah-tower — rule-driven monitor on scryer. Rule parser/compiler, ScryerFilter, and dispatch engine.
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 = "2021"
name = "yah-tower"
version = "0.8.20"
authors = ["human@yah.dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "yah-tower — rule-driven monitor on scryer. Rule parser/compiler, ScryerFilter, and dispatch engine."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/yah-ai/yah"

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

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

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

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

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

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

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

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

[dependencies.notify]
version = "8"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tower-rules]
version = "0.8.20"

[dev-dependencies.serde_json]
version = "1.0"

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