sniff-cli 0.1.1

An exhaustive LLM-backed slop finder for codebases
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 = "sniff-cli"
version = "0.1.1"
build = false
include = [
    "Cargo.lock",
    "README.md",
    "gold_fixtures/**",
    "scripts/**",
    "src/*.rs",
    "src/**/*.rs",
    "tests/**",
    "sniff.config.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An exhaustive LLM-backed slop finder for codebases"
readme = "README.md"
keywords = [
    "code-analysis",
    "ai",
    "slop",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/trysniff/sniff"

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

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

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

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

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

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

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

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

[dependencies.colored]
version = "2"

[dependencies.dotenvy]
version = "0.15"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.oxc_allocator]
version = "0.13"

[dependencies.oxc_ast]
version = "0.13"

[dependencies.oxc_parser]
version = "0.13"

[dependencies.oxc_span]
version = "0.13"

[dependencies.oxc_syntax]
version = "0.13"

[dependencies.proc-macro2]
version = "1.0.106"
features = ["span-locations"]

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

[dependencies.rustpython-ast]
version = "0.4"
features = ["visitor"]

[dependencies.rustpython-parser]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2.0.118"
features = [
    "full",
    "visit",
]

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

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.22"

[dependencies.tree-sitter-go]
version = "0.21"

[dependencies.tree-sitter-kotlin]
version = "0.3.8"