[package]
edition = "2024"
rust-version = "1.93.0"
name = "mago-docblock"
version = "1.3.0"
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analyzes PHP docblocks to extract annotations, tags, and documentation comments, aiding tools that rely on inline documentation."
homepage = "https://mago.carthage.software"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/carthage-software/mago"
[lib]
name = "mago_docblock"
path = "src/lib.rs"
[dependencies.bumpalo]
version = "3"
features = [
"collections",
"serde",
]
[dependencies.mago-span]
version = "1.3.0"
[dependencies.mago-syntax]
version = "1.3.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.mago-database]
version = "1.3.0"
[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