perl-refactoring 0.12.2

Refactoring and modernization utilities 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-refactoring"
version = "0.12.2"
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 = "Refactoring and modernization utilities for Perl"
homepage = "https://github.com/EffortlessMetrics/perl-lsp"
documentation = "https://docs.rs/perl-refactoring"
readme = "README.md"
keywords = [
    "perl",
    "refactoring",
    "modernization",
    "lsp",
    "import",
]
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 = ["workspace_refactor"]
modernize = []
workspace-rename-tests = []
workspace_refactor = []

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

[dependencies.perl-module-path]
version = "0.12.2"

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

[dependencies.perl-qualified-name]
version = "0.12.2"

[dependencies.perl-workspace-index]
version = "0.12.2"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.url]
version = "2.5.8"

[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"))',
]