# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pxp-parser" version = "0.0.0-b4" authors = [ "Ryan Chandler ", "Contributors ", ] default-run = "pxp-parser" description = "A handwritten, recursive-descent parser for the PXP superset." readme = "README.md" keywords = [ "php", "php-parser", "parser", "php-parser-rs", "php-ast", ] license = "MIT OR Apache-2.0" repository = "https://github.com/php-rust-tools/pxp-parser" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = true panic = "abort" overflow-checks = false incremental = true strip = "symbols" [lib] doctest = false [[bin]] name = "pxp-parser-snapshot" path = "bin/snapshot.rs" [[bin]] name = "pxp-parser-schema" path = "bin/schema.rs" [dependencies.ariadne] version = "0.1.5" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.pretty_assertions] version = "1.3.0"