moon_pdk_api 2.0.3

Core APIs 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_api"
version = "2.0.3"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core APIs for creating moon WASM plugins."
homepage = "https://moonrepo.dev/moon"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/moon"

[features]
default = []
schematic = ["warpgate_api/schematic"]

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

[dependencies.derive_setters]
version = "0.1.9"

[dependencies.moon_common]
version = "2.0.5"

[dependencies.moon_config]
version = "2.0.10"

[dependencies.moon_project]
version = "2.0.4"

[dependencies.moon_task]
version = "2.0.5"

[dependencies.proto_pdk_api]
version = "0.31.11"

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

[dependencies.schematic]
version = "0.19.7"
features = [
    "schema",
    "schema_serde",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.warpgate_api]
version = "0.17.4"

[lints.clippy]
assigning_clones = "allow"