ramparts 0.8.7

Security scanner for Model Context Protocol (MCP) servers and AI agent skills (Claude Code commands, agentskills.io bundles, Cursor / Codex / Windsurf / Gemini equivalents).
# 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 = "ramparts"
version = "0.8.7"
authors = ["Sharath Rajasekar <sharath@highflame.com>"]
build = "build.rs"
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security scanner for Model Context Protocol (MCP) servers and AI agent skills (Claude Code commands, agentskills.io bundles, Cursor / Codex / Windsurf / Gemini equivalents)."
readme = "README.md"
keywords = [
    "mcp",
    "scanner",
    "skills",
    "llm",
    "security",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/highflame-ai/ramparts"

[features]
default = ["yara-x-scanning"]
yara-x-scanning = [
    "yara-x",
    "glob",
]

[[bin]]
name = "ramparts"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["macros"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.colored]
version = "2.0"

[dependencies.config]
version = "0.14"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.jsonrpc-core]
version = "18.0"

[dependencies.ramparts-common]
version = "0.8.1"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
]
default-features = false

[dependencies.rmcp]
version = "3.1"
features = [
    "client",
    "server",
    "macros",
    "schemars",
    "reqwest",
    "transport-child-process",
    "transport-streamable-http-client",
    "transport-streamable-http-client-reqwest",
    "transport-worker",
    "transport-io",
    "transport-streamable-http-server",
    "transport-streamable-http-server-session",
]

[dependencies.rustls]
version = "0.23"
features = ["aws_lc_rs"]
default-features = false

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.spinners]
version = "4.1.1"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tower]
version = "0.4"

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2.4"

[dependencies.webpki-roots]
version = "1"

[dependencies.yara-x]
version = "1.16.0"
optional = true

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

[dev-dependencies.tokio-test]
version = "0.4"

[build-dependencies.chrono]
version = "0.4"