[dependencies.mago-source]
version = "0.3.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "mago_span"
path = "src/lib.rs"
[lints.clippy.large_enum_variant]
level = "allow"
priority = 0
[package]
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tracks exact character positions in source code, making it easier to report precise errors, warnings, and other diagnostics."
edition = "2021"
homepage = "https://github.com/carthage-software/mago"
license = "MIT OR Apache-2.0"
name = "mago-span"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.84.0"
version = "0.3.0"