ainl-failure-learning 0.1.2

Failure recall, FTS-backed search, and prevention prompt snippets for AINL (only ainl-* + contracts at boundaries)
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"
rust-version = "1.75"
name = "ainl-failure-learning"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Failure recall, FTS-backed search, and prevention prompt snippets for AINL (only ainl-* + contracts at boundaries)"
homepage = "https://github.com/sbhooley/armaraos"
documentation = "https://docs.rs/ainl-failure-learning"
readme = "README.md"
keywords = [
    "ainl",
    "agent",
    "memory",
    "learning",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/sbhooley/armaraos"

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

[dependencies.ainl-contracts]
version = "0.1.3"

[dependencies.ainl-memory]
version = "0.1.12-alpha"

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]