phptaint 0.2.0

Security-focused PHP lexer, parser, AST, and configurable taint analysis engine
Documentation
# 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"
rust-version = "1.85"
name = "phptaint"
version = "0.2.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security-focused PHP lexer, parser, AST, and configurable taint analysis engine"
readme = "README.md"
keywords = [
    "php",
    "security",
    "taint",
    "ast",
    "parser",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/santhsecurity/phptaint"

[features]
default = []

[lib]
name = "phptaint"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_taint"
path = "examples/basic_taint.rs"

[[example]]
name = "custom_rules"
path = "examples/custom_rules.rs"

[[example]]
name = "toml_registry"
path = "examples/toml_registry.rs"

[[example]]
name = "wordpress"
path = "examples/wordpress.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"