spanley 1.2.0

This is my generic string span, his name is Spanley.
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 = "spanley"
version = "1.2.0"
authors = ["Pywon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is my generic string span, his name is Spanley."
readme = "README.md"
keywords = [
    "span",
    "library",
    "utility",
    "string",
    "container",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://git.nonsensical.dev/pywon/spanley"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--default-theme=ayu",
    "--document-private-items",
    "-Z",
    "unstable-options",
    "--show-type-layout",
    "--generate-link-to-definition",
]

[features]
container = []
default = [
    "location",
    "container",
]
location = []
location-column = [
    "location",
    "dep:unicode-width",
]

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

[dependencies.unicode-width]
version = "0.2.2"
optional = true

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.mutants]
version = "0.0.4"

[dev-dependencies.rand]
version = "0.9.2"

[lints.clippy]
indexing_slicing = "deny"
large_stack_arrays = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1