perl-position-tracking 0.11.0

UTF-8/UTF-16 position tracking and conversion 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-position-tracking"
version = "0.11.0"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UTF-8/UTF-16 position tracking and conversion for Perl LSP"
homepage = "https://github.com/EffortlessMetrics/perl-lsp"
documentation = "https://docs.rs/perl-position-tracking"
readme = "README.md"
keywords = [
    "perl",
    "position",
    "utf16",
    "lsp",
    "utf8",
]
categories = [
    "development-tools",
    "text-editors",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perl-lsp"
resolver = "2"

[features]
default = []
lsp-compat = ["lsp-types"]

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

[[test]]
name = "comprehensive_unit_tests"
path = "tests/comprehensive_unit_tests.rs"

[[test]]
name = "extended_unit_tests"
path = "tests/extended_unit_tests.rs"

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

[dependencies.ropey]
version = "1.6.1"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]

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