slippy-cli 0.1.0

AI Linter for Rust projects
# 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 = "slippy-cli"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cargo-slippy"
description = "AI Linter for Rust projects"
documentation = "https://docs.rs/slippy-cli"
readme = "README.md"
license = "MIT OR Apache-2.0"

[features]
ollama = ["slippy-linter/ollama"]
openai = ["slippy-linter/openai"]

[[bin]]
name = "cargo-slippy"
path = "src/main.rs"
test = false

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

[dependencies.anstream]
version = "0.6"

[dependencies.color-print]
version = "0.3"

[dependencies.dotenvy]
version = "0.15"

[dependencies.rustc_tools_util]
version = "0.4.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.slippy-linter]
version = "0.1"

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

[dependencies.toml]
version = "1.1.0"

[dependencies.tracing]
version = "0.1"

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

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

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

[build-dependencies.rustc_tools_util]
version = "0.4.2"