cargo-php-sys-build 0.1.0

Generate pregenerated Rust bindings for php-all-sys from vendored PHP headers
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 = "2018"
name = "cargo-php-sys-build"
version = "0.1.0"
authors = ["Paweł Chojnacki <pawel.chcki@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate pregenerated Rust bindings for php-all-sys from vendored PHP headers"
readme = false
license = "Apache-2.0 OR BSD-3-Clause"
repository = "https://github.com/pawelchcki/php-all-sys.git"

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

[[bin]]
name = "cargo-php-sys-build"
path = "bin/sys-build.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bindgen]
version = "0.70"

[dependencies.cc]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.rayon]
version = "1.5"

[dependencies.tempdir]
version = "0.3.7"