reposcry-rules 0.1.2

Rule and policy helpers for RepoScry code graph analysis and AI-agent workflows.
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 = "reposcry-rules"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rule and policy helpers for RepoScry code graph analysis and AI-agent workflows."
homepage = "https://github.com/zibouddd/reposcry"
documentation = "https://docs.rs/reposcry-rules"
readme = false
keywords = [
    "rules",
    "repo",
    "graph",
    "ai",
    "analysis",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/zibouddd/reposcry"

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

[dependencies.anyhow]
version = "1"

[dependencies.globset]
version = "0.4"

[dependencies.reposcry-graph]
version = "0.1.2"

[dependencies.reposcry-indexer]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tracing]
version = "0.1"