ai-coding-shield 1.0.0

Security auditing tool for AI development workflows, rules, skills, and MCPs
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 = "ai-coding-shield"
version = "1.0.0"
authors = ["Alejandro Asensio <alejandro@kenzilab.com>"]
build = false
exclude = [
    "tests/*",
    ".github/*",
    "target/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security auditing tool for AI development workflows, rules, skills, and MCPs"
homepage = "https://github.com/AI-Coding-Shield/ai-coding-shield"
documentation = "https://github.com/AI-Coding-Shield/ai-coding-shield#readme"
readme = "README.md"
keywords = [
    "security",
    "ai",
    "audit",
    "cli",
    "devsecops",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::testing",
]
license = "GPL-3.0-only"
repository = "https://github.com/AI-Coding-Shield/ai-coding-shield"

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

[[bin]]
name = "ai-coding-shield"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.glob]
version = "0.3"

[dependencies.gray_matter]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.pulldown-cmark]
version = "0.9"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.strsim]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

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