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