microloop 0.2.0

Ultra-fast runtime safety layer for autonomous agents — detects agent tool call loops before they burn API credits
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 = "microloop"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "cbindgen.toml",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-fast runtime safety layer for autonomous agents — detects agent tool call loops before they burn API credits"
homepage = "https://github.com/Devaretanmay/microloop"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "guardrail",
    "safety",
    "loop-detection",
]
categories = [
    "development-tools::debugging",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Devaretanmay/microloop"

[lib]
name = "microloop"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "microloop-bench"
path = "src/bin/microloop-bench/main.rs"

[dependencies.regex]
version = "1.12.4"
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"
features = ["alloc"]
default-features = false

[dependencies.serde_yaml]
version = "0.9.34"

[build-dependencies.cbindgen]
version = "0.29.4"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true