manx-cli 0.5.9

A blazing-fast CLI documentation finder powered by Context7 MCP
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 = "manx-cli"
version = "0.5.9"
authors = ["neur0map <neur0map@prowl.sh>"]
build = false
exclude = [
    "target/",
    "*.onnx",
    "*.bin",
    "*.safetensors",
    "*.mp4",
    "*.mov",
    "*.avi",
    ".github/",
    "docs/",
    "*.log",
    "debug/",
    ".DS_Store",
    ".vscode/",
    ".idea/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing-fast CLI documentation finder powered by Context7 MCP"
homepage = "https://github.com/neur0map/manx"
readme = "README.md"
keywords = [
    "cli",
    "documentation",
    "mcp",
    "context7",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "GPL-3.0"
repository = "https://github.com/neur0map/manx"

[features]
default = ["onnx-embeddings"]
onnx-embeddings = [
    "ort",
    "hf-hub",
    "tokenizers",
]

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

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

[[example]]
name = "benchmark_hash"
path = "examples/benchmark_hash.rs"

[[example]]
name = "benchmark_onnx_vs_hash"
path = "examples/benchmark_onnx_vs_hash.rs"

[[example]]
name = "test_onnx_download"
path = "examples/test_onnx_download.rs"

[[test]]
name = "benchmark_embeddings"
path = "tests/benchmark_embeddings.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.5"

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

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

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.directories]
version = "5.0"

[dependencies.dirs]
version = "5.0"

[dependencies.docrawl]
version = "0.1.1"

[dependencies.docx-rs]
version = "0.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.eventsource-client]
version = "0.13"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.gag]
version = "1"

[dependencies.hf-hub]
version = "0.3"
optional = true

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.12"

[dependencies.num_cpus]
version = "1.16"

[dependencies.ort]
version = "=2.0.0-rc.11"
features = [
    "download-binaries",
    "copy-dylibs",
]
optional = true

[dependencies.regex]
version = "1.10"

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

[dependencies.scraper]
version = "0.18"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.spinoff]
version = "0.8"

[dependencies.termsize]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokenizers]
version = "0.15"
optional = true

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

[dependencies.url]
version = "2.4"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.6"
features = ["v4"]

[dependencies.walkdir]
version = "2.4"

[dependencies.webbrowser]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true

[profile.release-debug]
debug = 2
inherits = "release"
strip = false