We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0206ce commit ce4ca06Copy full SHA for ce4ca06
Cargo.toml
@@ -18,7 +18,7 @@ cfg-if = "1.0"
18
once_cell = "1.17"
19
anyhow = { version = "1", optional = true }
20
ext-php-rs-derive = { version = "=0.10.1", path = "./crates/macros" }
21
-php-tokio = "0.1.4"
+php-tokio = { version = "=0.1.4", optional = true }
22
23
[dev-dependencies]
24
skeptic = "0.13"
@@ -41,7 +41,7 @@ zip = "0.6"
41
[features]
42
closure = []
43
embed = []
44
-async = []
+async = ["dep:php-tokio"]
45
46
[workspace]
47
members = ["crates/macros", "crates/cli"]
0 commit comments