perl-diagnostics-codes 0.11.0

Stable diagnostic codes and severity levels for Perl LSP
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-diagnostics-codes"
version = "0.11.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable diagnostic codes and severity levels for Perl LSP"
homepage = "https://github.com/EffortlessMetrics/perl-lsp"
documentation = "https://docs.rs/perl-diagnostics-codes"
readme = "README.md"
keywords = [
    "perl",
    "diagnostics",
    "lsp",
    "severity",
    "lint",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perl-lsp"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

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

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

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