Crates.io | pipl |
lib.rs | pipl |
version | |
source | src |
created_at | 2024-10-01 12:32:59.261498 |
updated_at | 2024-10-02 07:17:09.445069 |
description | Library for building Adobe's PiPL plugin info resource |
homepage | |
repository | https://github.com/virtualritz/after-effects/ |
max_upload_size | |
id | 1392875 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
pipl
Originating in Adobe Photoshop® over two decades ago, Plug-In Property Lists, or PiPL
s, are
files that contain basic information about a plug-in's behavior, without executing the plug-in.
For archaeological reasons they are still nedeed for shipping certain plug-in types for Adobe applications, e.g. AfterEffects® or Premiere Pro®.
This crate is a helper for creating PiPL
s when using the after-effects
or premiere
crates.
Please see the README
in the repository workspace root
for more information.