rastray 0.7.0

Blazing-fast static analysis CLI for security, dependency, and performance audits.
# 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"
rust-version = "1.86.0"
name = "rastray"
version = "0.7.0"
build = false
exclude = [
    ".githooks/**",
    ".github/**",
    ".editorconfig",
    "COMMIT_CONVENTION.md",
    "install/**",
    "rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing-fast static analysis CLI for security, dependency, and performance audits."
homepage = "https://github.com/balangyaoejuspher/rastray"
documentation = "https://github.com/balangyaoejuspher/rastray"
readme = "README.md"
keywords = [
    "static-analysis",
    "security",
    "audit",
    "cli",
    "linter",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/balangyaoejuspher/rastray"

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

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

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

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "cargo",
]

[dependencies.ignore]
version = "0.4.26"

[dependencies.miette]
version = "7.6"
features = ["fancy"]

[dependencies.regex]
version = "1.10"

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

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.streaming-iterator]
version = "0.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.47"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-std",
    "io-util",
    "time",
    "sync",
]
default-features = false

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[dependencies.tower-lsp]
version = "0.20"

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

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

[dependencies.tree-sitter-javascript]
version = "0.23"

[dependencies.tree-sitter-python]
version = "0.23"

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"