mago-source 0.0.4

Manages PHP source files by providing functions for loading, reading, and referencing PHP code, making it easier to work with file-based inputs.
Documentation
[dependencies.codespan-reporting]
features = ["serde", "serialization"]
version = "0.11.1"

[dependencies.dashmap]
version = "6.1.0"

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

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.tracing]
version = "0.1.40"

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

[lints.clippy.borrow_interior_mutable_const]
level = "allow"
priority = 0

[lints.clippy.declare_interior_mutable_const]
level = "allow"
priority = 0

[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 = "2021"
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.82.0"
version = "0.0.4"