whynot 0.1.1

Rust ↔ PHP bridge: call PHP functions from Rust, capture return values, output, and exceptions.
Documentation
[[bin]]
name = "whynot-init"
path = "src/bin/init.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
optional = true
version = "1"

[[example]]
name = "async_calls"
path = "examples/async_calls.rs"

[[example]]
name = "call_any"
path = "examples/call_any.rs"

[[example]]
name = "macro_calls"
path = "examples/macro_calls.rs"

[[example]]
name = "tokio_async"
path = "examples/tokio_async.rs"

[features]
async_tokio = ["tokio"]
default = []

[lib]
name = "whynot"
path = "src/lib.rs"

[package]
authors = ["Milton Vafana <miltonhyndrex@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools", "command-line-utilities"]
description = "Rust ↔ PHP bridge: call PHP functions from Rust, capture return values, output, and exceptions."
documentation = "https://docs.rs/whynot"
edition = "2024"
homepage = "https://github.com/nia-cloud-official/whynot"
keywords = ["php", "ffi", "interop", "async", "bridge"]
license = "MIT"
name = "whynot"
readme = "README.md"
repository = "https://github.com/nia-cloud-official/whynot"
version = "0.1.1"