locspan 1.0.0

Code mapping utility types and traits.
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.96.0"
name = "locspan"
version = "1.0.0"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code mapping utility types and traits."
documentation = "https://docs.rs/locspan"
readme = "README.md"
keywords = [
    "source",
    "code",
    "map",
    "span",
]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/timothee-haudebourg/locspan"

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

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

[dependencies.miette]
version = "7.6"
optional = true