2021-03-09 00:40:12 +01:00
|
|
|
[package]
|
|
|
|
name = "php-rs"
|
2021-03-09 08:56:14 +01:00
|
|
|
description = "Bindings for the Zend API to build PHP extensions natively in Rust."
|
|
|
|
repository = "https://github.com/davidcole1340/php-rs"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = ["php"]
|
2021-03-09 00:40:12 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["David Cole <david.cole1340@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
bindgen = "0.53.1"
|
2021-03-11 00:34:47 +01:00
|
|
|
regex = "1"
|