prview 0.4.0

PR Review & Artifact Generator - cross-language PR analysis tool
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"
name = "prview"
version = "0.4.0"
authors = ["vetcoders <hello@vetcoders.io>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    "Cargo.toml.orig",
    "docs/.DS_Store",
    "docs/plans/",
    "Makefile",
    ".prview-policy.yml",
    "tools/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PR Review & Artifact Generator - cross-language PR analysis tool"
homepage = "https://github.com/vetcoders/prview-rs"
documentation = "https://docs.rs/prview"
readme = "README.md"
keywords = [
    "git",
    "pr",
    "review",
    "diff",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BUSL-1.1"
repository = "https://github.com/vetcoders/prview-rs"

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

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

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

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

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

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

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

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

[dependencies.ammonia]
version = "4"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "string",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.comrak]
version = "0.53"
features = ["syntect-fancy"]
default-features = false

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.git2]
version = "0.20"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.loctree]
version = "0.8"

[dependencies.notify]
version = "8.2"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "2.0.0"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "process",
]

[dependencies.toml]
version = "1"

[dependencies.walkdir]
version = "2"

[dependencies.which]
version = "8"

[dependencies.zip]
version = "8"

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

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

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