cargo-fl 0.3.0

Lightning-fast Rust linter for pre-compilation checks
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 = "2021"
name = "cargo-fl"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightning-fast Rust linter for pre-compilation checks"
readme = "README.md"
keywords = [
    "lint",
    "cargo",
    "rust",
    "performance",
    "ruff-like",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hastur-dev/cargo-fl"

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

[[bin]]
name = "cargo-fl"
path = "src/main.rs"

[[bin]]
name = "cargo-fl-lsp"
path = "src/lsp_server.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.ahash]
version = "0.8"
features = ["serde"]

[dependencies.bincode]
version = "1.3"

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

[dependencies.colored]
version = "2.1"

[dependencies.dashmap]
version = "5.5"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.memmap2]
version = "0.9"

[dependencies.once_cell]
version = "1.19"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit",
    "extra-traits",
]

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

[dependencies.toml]
version = "0.8"

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

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.8"