ext-php-rs/ext-php-rs-derive/Cargo.toml
David 860ffb3587
Created derive macro for ZendObjectHandler (#19)
* Initialize handlers on first touch

In the process of turning the two macros into one derive proc macro

* Changed the object handler macros into derive
2021-04-05 01:43:08 +12:00

18 lines
397 B
TOML

[package]
name = "ext-php-rs-derive"
description = "Derive macros for ext-php-rs."
repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT"
version = "0.0.2"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = "1.0.68"
quote = "1.0.9"
proc-macro2 = "1.0.26"