# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "warpgate_pdk" version = "0.8.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reusable WASM macros and functions for plugin developer kits." homepage = "https://moonrepo.dev/proto" readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/proto" [lib] name = "warpgate_pdk" path = "src/lib.rs" [dependencies.extism-pdk] version = "1.3.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.warpgate_api] version = "0.10.1"