ext-php-rs/crates/cli/Cargo.toml

22 lines
672 B
TOML
Raw Normal View History

[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"]
2023-10-12 10:28:49 +02:00
version = "0.1.9"
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 = "4.0", features = ["derive"] }
anyhow = "1"
2022-06-14 10:45:27 +02:00
dialoguer = "0.10"
libloading = "0.7"
cargo_metadata = "0.15"
semver = "1.0"