ext-php-rs 0.3.0

Bindings for the Zend API to build PHP extensions natively in Rust.
[build-dependencies.bindgen]
version = ">= 0.57.0, < 0.58.1"

[build-dependencies.cc]
version = "1.0.67"

[build-dependencies.regex]
version = "1"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.ext-php-rs-derive]
version = "=0.3.0"

[features]
zts = []

[package]
authors = ["David Cole <david.cole1340@gmail.com>"]
categories = ["api-bindings"]
description = "Bindings for the Zend API to build PHP extensions natively in Rust."
edition = "2018"
homepage = "https://github.com/davidcole1340/ext-php-rs"
keywords = ["php", "ffi", "zend"]
license = "MIT OR Apache-2.0"
name = "ext-php-rs"
repository = "https://github.com/davidcole1340/ext-php-rs"
version = "0.3.0"