-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (17 loc) · 657 Bytes
/
Cargo.toml
File metadata and controls
20 lines (17 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "php_codegen"
version = "0.4.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"