# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "php_codegen" version = "0.4.0" authors = ["Saif Eddin Gmati "] build = false exclude = ["/.github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate PHP code from Rust using a fluent API 🐘 🦀" homepage = "https://github.com/php-rust-tools/codegen" documentation = "https://docs.rs/php_codegen" readme = "README.md" keywords = [ "php", "codegen", "code-generation", "php-rust-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/php-rust-tools/codegen" [lib] name = "php_codegen" path = "src/lib.rs" [[example]] name = "class" path = "examples/class.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "complete" path = "tests/complete.rs" [dependencies] [dev-dependencies.pretty_assertions] version = "1.4.0"