sashiko 0.2.1

Agentic code review system for Linux kernel
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 = "sashiko"
version = "0.2.1"
build = false
exclude = [
    "third_party/linux/",
    "llama.cpp/",
    "archives/",
    "review_trees/",
    "sashiko.dev/",
    "designs/",
    ".sashiko*",
    "*.log",
    "*.txt",
    "*.pid",
    "install.sh",
    "test_*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "sashiko"
description = "Agentic code review system for Linux kernel"
homepage = "https://sashiko.dev"
readme = "README.md"
keywords = [
    "linux",
    "kernel",
    "code-review",
    "ai",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/sashiko-dev/sashiko"

[features]
bedrock = [
    "aws-config",
    "aws-sdk-bedrockruntime",
    "aws-smithy-types",
]
default = ["bedrock"]
vertex = ["google-cloud-auth"]

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

[[bin]]
name = "benchmark"
path = "src/bin/benchmark.rs"

[[bin]]
name = "review"
path = "src/bin/review.rs"

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

[[bin]]
name = "sashiko-cli"
path = "src/bin/sashiko-cli.rs"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-sdk-bedrockruntime]
version = "1"
optional = true

[dependencies.aws-smithy-types]
version = "1"
optional = true

[dependencies.axum]
version = "0.8.8"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.config]
version = "0.15.19"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.futures]
version = "0.3.31"

[dependencies.google-cloud-auth]
version = "1.10"
optional = true

[dependencies.lettre]
version = "0.11.7"
features = [
    "builder",
    "hostname",
    "pool",
    "smtp-transport",
    "tokio1",
    "tokio1-rustls-tls",
]
default-features = false

[dependencies.libsql]
version = "0.9.29"

[dependencies.mail-parser]
version = "0.11.1"

[dependencies.regex]
version = "1.12.2"

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

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tiktoken-rs]
version = "0.6.0"

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

[dependencies.tokio-util]
version = "0.7.17"
features = [
    "codec",
    "io",
]

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "cors",
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1.44"

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

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

[dependencies.tree-sitter-c]
version = "0.24.1"