ext-php-rs/ext-php-rs-derive/Cargo.toml

18 lines
411 B
TOML
Raw Normal View History

[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 OR Apache-2.0"
2021-08-11 02:38:50 +02:00
version = "0.1.0"
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"