[package]
edition = "2021"
name = "phpdoc-parser"
version = "0.11.1"
authors = ["jorgsowa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structural PHPDoc parser. Parses doc-comment blocks into a tag/prose AST with accurate spans; tag bodies exposed as raw text."
homepage = "https://github.com/jorgsowa/rust-php-parser"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/jorgsowa/rust-php-parser"
[lib]
name = "phpdoc_parser"
path = "src/lib.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.rayon]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.walkdir]
version = "2"