php_codegen 0.2.0

Generate PHP code from Rust using a fluent API 🐘 🦀
Documentation
[package]
name = "php_codegen"
version = "0.2.0"
edition = "2021"
description = "Generate PHP code from Rust using a fluent API 🐘 🦀"
readme = "README.md"
repository = "https://github.com/php-rust-tools/codegen"
documentation = "https://docs.rs/php_codegen"
homepage = "https://github.com/php-rust-tools/codegen"
exclude = ["/.github/*"]
authors = ["Saif Eddin Gmati <azjezz@protonmail.com>"]
license = "MIT OR Apache-2.0"
keywords = ["php", "codegen", "code-generation", "php-rust-tools"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
pretty_assertions = "1.4.0"