phper-test 0.16.2

PHPer testing utilities.
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 = "2024"
rust-version = "1.85"
name = "phper-test"
version = "0.16.2"
authors = [
    "PHPER Framework Team",
    "jmjoy <jmjoy@apache.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PHPer testing utilities."
readme = "README.md"
keywords = [
    "php",
    "binding",
]
license = "MulanPSL-2.0"
repository = "https://github.com/phper-framework/phper"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.cargo_metadata]
version = "0.20.0"

[dependencies.env_logger]
version = "0.11.8"
features = ["kv"]

[dependencies.fastcgi-client]
version = "0.9.0"

[dependencies.libc]
version = "0.2.169"

[dependencies.log]
version = "0.4.27"
features = ["kv"]

[dependencies.phper-macros]
version = "0.15.3"

[dependencies.rust-ini]
version = "0.21.1"

[dependencies.tempfile]
version = "3.17.1"

[dependencies.tokio]
version = "1.43.0"
features = ["net"]