moon_pdk 2.0.2

A plugin development kit for creating moon WASM plugins.
Documentation
# 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 = "2024"
name = "moon_pdk"
version = "2.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A plugin development kit for creating moon WASM plugins."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

[features]
default = []
schematic = ["dep:schematic"]

[lib]
name = "moon_pdk"
path = "src/lib.rs"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "std",
    "error-context",
]
default-features = false

[dependencies.extism-pdk]
version = "1.4.1"

[dependencies.moon_common]
version = "2.0.3"

[dependencies.moon_pdk_api]
version = "2.0.2"

[dependencies.moon_project]
version = "2.0.2"

[dependencies.moon_task]
version = "2.0.3"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.schematic]
version = "0.19.4"
features = [
    "schema",
    "config",
    "json",
    "validate",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.warpgate_pdk]
version = "0.16.2"

[lints.clippy]
assigning_clones = "allow"