ext-php-rs/crates/cli/Cargo.toml
Tobias Bengtsson fb9d0797cc Release 0.8.0
2022-08-14 11:50:42 +02:00

22 lines
676 B
TOML

[package]
name = "cargo-php"
description = "Installs extensions and generates stub files for PHP extensions generated with `ext-php-rs`."
repository = "https://github.com/davidcole1340/ext-php-rs"
homepage = "https://github.com/davidcole1340/ext-php-rs"
license = "MIT OR Apache-2.0"
keywords = ["php", "ffi", "zend"]
version = "0.1.5"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"
categories = ["api-bindings", "command-line-interface"]
[dependencies]
ext-php-rs = { version = ">=0.7.1", path = "../../" }
clap = { version = ">=3.2.5", features = ["derive"] }
anyhow = "1"
dialoguer = "0.10"
libloading = "0.7"
cargo_metadata = "0.14"
semver = "1.0"