[[bin]]
name = "bench_file"
path = "src/bin/bench_file.rs"
[[bin]]
name = "bench_tree_sitter"
path = "src/bin/bench_tree_sitter.rs"
[[bin]]
name = "compare"
path = "src/bin/compare.rs"
[[bin]]
name = "compare_corpus"
path = "src/bin/compare_corpus.rs"
[[bin]]
name = "compare_tokens"
path = "src/bin/compare_tokens.rs"
[[bin]]
name = "corpus_test"
path = "src/bin/corpus_test.rs"
[[bin]]
name = "debug_file"
path = "src/bin/debug_file.rs"
[[bin]]
name = "php-parser"
path = "src/main.rs"
[[bin]]
name = "tree_sitter_parse"
path = "src/bin/tree_sitter_parse.rs"
[dependencies.bumpalo]
features = ["collections"]
version = "3.19.0"
[dependencies.memchr]
version = "2.7.6"
[dependencies.pprof]
features = ["flamegraph", "protobuf", "protobuf-codec"]
version = "0.15.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tree-sitter]
version = "0.25.10"
[dependencies.tree-sitter-php]
version = "0.24.2"
[dev-dependencies.insta]
version = "1.44.2"
[lib]
name = "php_parser"
path = "src/lib.rs"
[package]
authors = ["Di Wu <hi@wudi.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast PHP parser written in Rust"
edition = "2024"
exclude = ["tools/*", "tests/*", "bin/*"]
keywords = ["php", "php-parser", "parser", "php-ast", "visitor"]
license = "MIT"
name = "php-parser"
readme = "README.md"
repository = "https://github.com/wudi/php-parser"
version = "0.1.3"