2023-08-27 16:23:04 +02:00
|
|
|
[package]
|
|
|
|
name = "php-tokio-derive"
|
|
|
|
description = "Derive macros for php-tokio."
|
|
|
|
repository = "https://github.com/danog/php-tokio"
|
|
|
|
homepage = "https://github.com/danog/php-tokio"
|
2023-10-11 19:25:25 +02:00
|
|
|
license = "Apache-2.0"
|
2023-10-11 19:33:30 +02:00
|
|
|
version = "0.2.0"
|
2023-08-27 16:23:04 +02:00
|
|
|
authors = ["Daniil Gentili <daniil@daniil.it>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = { version = "^2", features = ["full", "extra-traits", "printing"] }
|
|
|
|
quote = "^1"
|
|
|
|
proc-macro2 = "^1"
|
|
|
|
anyhow = "^1.0"
|