diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-09 20:04:55 +0900 |
| commit | 177edc22cac6475db85cba9e0d19e6440aef64bb (patch) | |
| tree | 247cbcab2d565fe50d704e01b831a0b1fa394ab2 /crates | |
| parent | 86f496a9750615757deb15abbd4ad76a397feab4 (diff) | |
| download | php-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.tar.gz php-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.tar.zst php-shirabe-177edc22cac6475db85cba9e0d19e6440aef64bb.zip | |
build(cargo): fill in the package metadata
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/shirabe-ca-bundle/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-class-map-generator/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-metadata-minifier/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-pcre/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-php-rpc/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-php-shim/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-php-src/Cargo.toml | 3 | ||||
| -rw-r--r-- | crates/shirabe-seld-json-lint/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-seld-signal/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-semver/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-spdx-licenses/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-symfony-console/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-symfony-filesystem/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-symfony-finder/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-symfony-process/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-symfony-string/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe-xdebug-handler/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/shirabe/Cargo.toml | 4 |
18 files changed, 71 insertions, 0 deletions
diff --git a/crates/shirabe-ca-bundle/Cargo.toml b/crates/shirabe-ca-bundle/Cargo.toml index e5608175..39db9f6b 100644 --- a/crates/shirabe-ca-bundle/Cargo.toml +++ b/crates/shirabe-ca-bundle/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-ca-bundle" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/ca-bundle" +repository.workspace = true +license.workspace = true [lints] workspace = true diff --git a/crates/shirabe-class-map-generator/Cargo.toml b/crates/shirabe-class-map-generator/Cargo.toml index 0d17e71a..b34a1406 100644 --- a/crates/shirabe-class-map-generator/Cargo.toml +++ b/crates/shirabe-class-map-generator/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-class-map-generator" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/class-map-generator" +repository.workspace = true +license.workspace = true [dependencies] shirabe-pcre.workspace = true diff --git a/crates/shirabe-metadata-minifier/Cargo.toml b/crates/shirabe-metadata-minifier/Cargo.toml index 6f114027..0b1afc08 100644 --- a/crates/shirabe-metadata-minifier/Cargo.toml +++ b/crates/shirabe-metadata-minifier/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-metadata-minifier" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/metadata-minifier" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-pcre/Cargo.toml b/crates/shirabe-pcre/Cargo.toml index 973d359e..4c884440 100644 --- a/crates/shirabe-pcre/Cargo.toml +++ b/crates/shirabe-pcre/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-pcre" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/pcre" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-php-rpc/Cargo.toml b/crates/shirabe-php-rpc/Cargo.toml index ee5913b8..18d2a695 100644 --- a/crates/shirabe-php-rpc/Cargo.toml +++ b/crates/shirabe-php-rpc/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-php-rpc" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "Rust-to-PHP RPC over a Unix domain socket" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-php-shim/Cargo.toml b/crates/shirabe-php-shim/Cargo.toml index 82f3daa9..791cb805 100644 --- a/crates/shirabe-php-shim/Cargo.toml +++ b/crates/shirabe-php-shim/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-php-shim" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "Rust implementations of PHP's standard library functions" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-src.workspace = true diff --git a/crates/shirabe-php-src/Cargo.toml b/crates/shirabe-php-src/Cargo.toml index ae73c313..e97840e6 100644 --- a/crates/shirabe-php-src/Cargo.toml +++ b/crates/shirabe-php-src/Cargo.toml @@ -2,6 +2,9 @@ name = "shirabe-php-src" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port from the original C implementation in php-src" +repository.workspace = true license = "BSD-3-Clause AND Zlib" # The module tree mirrors php-src's own tree, so `src/main.rs` is the `main/` directory of # php-src, not a binary entry point. diff --git a/crates/shirabe-seld-json-lint/Cargo.toml b/crates/shirabe-seld-json-lint/Cargo.toml index 907e382c..06b0e160 100644 --- a/crates/shirabe-seld-json-lint/Cargo.toml +++ b/crates/shirabe-seld-json-lint/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-seld-json-lint" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of seld/jsonlint" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-seld-signal/Cargo.toml b/crates/shirabe-seld-signal/Cargo.toml index 9a81d247..1dc7c3df 100644 --- a/crates/shirabe-seld-signal/Cargo.toml +++ b/crates/shirabe-seld-signal/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-seld-signal" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of seld/signal-handler" +repository.workspace = true +license.workspace = true [lints] workspace = true diff --git a/crates/shirabe-semver/Cargo.toml b/crates/shirabe-semver/Cargo.toml index 72e2868e..e3c1ae5b 100644 --- a/crates/shirabe-semver/Cargo.toml +++ b/crates/shirabe-semver/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-semver" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/semver" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-spdx-licenses/Cargo.toml b/crates/shirabe-spdx-licenses/Cargo.toml index fc421f02..765057f1 100644 --- a/crates/shirabe-spdx-licenses/Cargo.toml +++ b/crates/shirabe-spdx-licenses/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-spdx-licenses" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/spdx-licenses" +repository.workspace = true +license.workspace = true [dependencies] indexmap.workspace = true diff --git a/crates/shirabe-symfony-console/Cargo.toml b/crates/shirabe-symfony-console/Cargo.toml index 93b18903..43768b50 100644 --- a/crates/shirabe-symfony-console/Cargo.toml +++ b/crates/shirabe-symfony-console/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-symfony-console" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of symfony/console" +repository.workspace = true +license.workspace = true [dependencies] shirabe-pcre.workspace = true diff --git a/crates/shirabe-symfony-filesystem/Cargo.toml b/crates/shirabe-symfony-filesystem/Cargo.toml index 93de28e9..2385da4f 100644 --- a/crates/shirabe-symfony-filesystem/Cargo.toml +++ b/crates/shirabe-symfony-filesystem/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-symfony-filesystem" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of symfony/filesystem" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-symfony-finder/Cargo.toml b/crates/shirabe-symfony-finder/Cargo.toml index bae1d20a..8088aa23 100644 --- a/crates/shirabe-symfony-finder/Cargo.toml +++ b/crates/shirabe-symfony-finder/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-symfony-finder" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of symfony/finder" +repository.workspace = true +license.workspace = true [dependencies] shirabe-pcre.workspace = true diff --git a/crates/shirabe-symfony-process/Cargo.toml b/crates/shirabe-symfony-process/Cargo.toml index e0dfa684..a3a4e4c2 100644 --- a/crates/shirabe-symfony-process/Cargo.toml +++ b/crates/shirabe-symfony-process/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-symfony-process" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of symfony/process" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-symfony-string/Cargo.toml b/crates/shirabe-symfony-string/Cargo.toml index 110118e7..4f4099ef 100644 --- a/crates/shirabe-symfony-string/Cargo.toml +++ b/crates/shirabe-symfony-string/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-symfony-string" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of symfony/string" +repository.workspace = true +license.workspace = true [dependencies] shirabe-php-shim.workspace = true diff --git a/crates/shirabe-xdebug-handler/Cargo.toml b/crates/shirabe-xdebug-handler/Cargo.toml index cd8f42eb..3deda4ac 100644 --- a/crates/shirabe-xdebug-handler/Cargo.toml +++ b/crates/shirabe-xdebug-handler/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe-xdebug-handler" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of composer/xdebug-handler" +repository.workspace = true +license.workspace = true [lints] workspace = true diff --git a/crates/shirabe/Cargo.toml b/crates/shirabe/Cargo.toml index 4f01af79..ccc2ca8a 100644 --- a/crates/shirabe/Cargo.toml +++ b/crates/shirabe/Cargo.toml @@ -2,6 +2,10 @@ name = "shirabe" version.workspace = true edition.workspace = true +rust-version.workspace = true +description = "A Rust port of Composer, the dependency manager for PHP" +repository.workspace = true +license.workspace = true [dependencies] shirabe-ca-bundle.workspace = true |
