arity 0.2.0

An LSP, formatter, and linter for R
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 = "arity"
version = "0.2.0"
authors = ["Johan Larsson <johan@jolars.co>"]
build = false
include = [
    "/src/**/*",
    "/build.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An LSP, formatter, and linter for R"
homepage = "https://arity.cc"
readme = "README.md"
keywords = [
    "r",
    "language-server",
    "formatter",
    "linter",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/jolars/arity"

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

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

[dependencies.annotate-snippets]
version = "0.11.5"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.flate2]
version = "1.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.ignore]
version = "0.4.26"

[dependencies.log]
version = "0.4.32"
features = ["release_max_level_info"]

[dependencies.lsp-server]
version = "0.7"

[dependencies.lsp-types]
version = "0.97"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.11"

[dependencies.rowan]
version = "0.16.1"

[dependencies.salsa]
version = "0.27.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smol_str]
version = "0.3.2"
features = ["serde"]

[dependencies.tempfile]
version = "3.27.0"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.insta]
version = "1.47.2"

[build-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[build-dependencies.clap-markdown]
version = "0.1.5"

[build-dependencies.clap_complete]
version = "4.6.5"

[build-dependencies.clap_mangen]
version = "0.3.0"