[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()))",
]