ext-php-rs-build 0.1.0

Build-time PHP detection utilities for ext-php-rs.
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"
name = "ext-php-rs-build"
version = "0.1.0"
authors = [
    "Pierre Tondereau <pierre.tondereau@protonmail.com>",
    "Xenira <xenira@php.rs>",
    "David Cole <david.cole1340@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build-time PHP detection utilities for ext-php-rs."
homepage = "https://ext-php.rs"
readme = false
keywords = [
    "php",
    "ffi",
    "zend",
    "build",
]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/extphprs/ext-php-rs"

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

[dependencies.anyhow]
version = "1"

[lints.rust]
missing_docs = "warn"