[dependencies.ahash]
version = "0.8.11"
[dependencies.mago-interner]
version = "0.16.0"
[dependencies.memchr]
version = "2.7.4"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "mago_source"
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 = "Manages PHP source files by providing functions for loading, reading, and referencing PHP code, making it easier to work with file-based inputs."
edition = "2024"
homepage = "https://github.com/carthage-software/mago"
license = "MIT OR Apache-2.0"
name = "mago-source"
readme = false
repository = "https://github.com/carthage-software/mago"
rust-version = "1.85.0"
version = "0.16.0"