perl-workspace 0.13.3

Workspace file discovery, indexing, and observability for Perl
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"
rust-version = "1.92"
name = "perl-workspace"
version = "0.13.3"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "LICENSE*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace file discovery, indexing, and observability for Perl"
homepage = "https://github.com/EffortlessMetrics/perl-lsp"
documentation = "https://docs.rs/perl-workspace"
readme = "README.md"
keywords = [
    "perl",
    "workspace",
    "index",
    "lsp",
    "symbol",
]
categories = [
    "development-tools",
    "text-editors",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perl-lsp"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
lsp-compat = ["lsp-types"]
memory-profiling = []
workspace = []

[lib]
name = "perl_workspace"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "workspace_memory_profile"
path = "src/bin/workspace_memory_profile.rs"
required-features = ["memory-profiling"]

[dependencies.lsp-types]
version = "0.97.0"
optional = true

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.perl-parser-core]
version = "0.13.3"

[dependencies.perl-position-tracking]
version = "0.13.3"
features = ["lsp-compat"]

[dependencies.perl-semantic-facts]
version = "0.13.3"

[dependencies.perl-symbol]
version = "0.13.3"

[dependencies.perl-uri]
version = "0.13.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5.0"

[lints.clippy]
collapsible_if = "allow"
dbg_macro = "deny"
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(ci)",
    'cfg(feature, values("slow_tests"))',
]