phper-doc 0.15.8

The documentation of phper.
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-doc"
version = "0.15.8"
authors = [
    "PHPER Framework Team",
    "jmjoy <jmjoy@apache.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The documentation of phper."
readme = "README.md"
keywords = [
    "php",
    "documentation",
]
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_doc"
path = "src/lib.rs"

[dependencies.phper]
version = "0.17.5"

[dev-dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "cookies",
]

[dev-dependencies.thiserror]
version = "2.0.11"

[build-dependencies.phper-build]
version = "0.15.6"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(phper_major_version, values(any()))",
    "cfg(phper_minor_version, values(any()))",
]