bext-php 0.2.0

Embedded PHP runtime for bext — custom SAPI linking libphp via Rust FFI
Documentation
[package]
name = "bext-php"
version.workspace = true
edition = "2021"
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
rust-version.workspace = true
description = "Embedded PHP runtime for bext — custom SAPI linking libphp via Rust FFI"
readme = "README.md"
keywords = ["bext", "php", "sapi", "ffi", "runtime"]
categories = ["web-programming", "api-bindings"]

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
anyhow = "1"
parking_lot = "0.12"
flume = "0.11"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"

[build-dependencies]
cc = "1"

[dev-dependencies]
toml = "0.8"