# 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 = "2018" rust-version = "1.70.0" name = "php-literal-parser" version = "0.6.2" authors = ["Robin Appelman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "parser for php literals" documentation = "https://docs.rs/php-literal-parser" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/php-literal-parser" [lib] name = "php_literal_parser" path = "src/lib.rs" [[example]] name = "serde" path = "examples/serde.rs" [[example]] name = "value" path = "examples/value.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "parse" path = "benches/parse.rs" harness = false [dependencies.logos] version = "0.14.2" [dependencies.memchr] version = "2.7.4" [dependencies.miette] version = "7.2.0" [dependencies.parse-display] version = "0.9.1" [dependencies.serde] version = "1.0.214" [dependencies.thiserror] version = "1.0.68" [dev-dependencies.clap] version = "=4.3.24" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.serde_derive] version = "1.0.214"