mago-reference 0.26.1

Mago Reference is a library for analyzing PHP codebases by providing advanced symbol search capabilities.
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.88.0"
name = "mago-reference"
version = "0.26.1"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mago Reference is a library for analyzing PHP codebases by providing advanced symbol search capabilities."
homepage = "https://mago.carthage.software"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"

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

[dependencies.mago-interner]
version = "0.26.1"

[dependencies.mago-project]
version = "0.26.1"

[dependencies.mago-span]
version = "0.26.1"

[dependencies.mago-syntax]
version = "0.26.1"

[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