mcpmap 0.1.1

Discover MCP (Model Context Protocol) servers on network ranges
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"
rust-version = "1.85"
name = "mcpmap"
version = "0.1.1"
build = false
exclude = [
    "tests/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Discover MCP (Model Context Protocol) servers on network ranges"
homepage = "https://github.com/canack/mcpmap"
documentation = "https://docs.rs/mcpmap"
readme = "README.md"
keywords = [
    "mcp",
    "scanner",
    "security",
    "network",
    "audit",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/canack/mcpmap"

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

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

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

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

[dependencies.colored]
version = "2"

[dependencies.console]
version = "0.15"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.ipnetwork]
version = "0.20"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "sync",
    "signal",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.testcontainers]
version = "0.26.3"

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

[dev-dependencies.wiremock]
version = "0.6"

[profile.dist]
debug = 2
split-debuginfo = "packed"
inherits = "release"