ext-php-rs/Cargo.toml
2021-04-02 18:21:35 +13:00

24 lines
627 B
TOML

[package]
name = "ext-php-rs"
description = "Bindings for the Zend API to build PHP extensions natively in Rust."
repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT"
keywords = ["php", "ffi", "zend"]
version = "0.0.2"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"
categories = ["api-bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.88"
bitflags = "1.2.1"
paste = "1.0"
[build-dependencies]
bindgen = "0.53.1"
regex = "1"
cc = "1.0.67"