proto_pdk_api 0.31.10

Core APIs for creating proto 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"
rust-version = "1.85.0"
name = "proto_pdk_api"
version = "0.31.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core APIs for creating proto WASM plugins."
homepage = "https://moonrepo.dev/proto"
readme = false
license = "MIT"
repository = "https://github.com/moonrepo/proto"

[features]
default = []
schematic = [
    "system_env/schematic",
    "version_spec/schematic",
    "warpgate_api/schematic",
]

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

[[test]]
name = "checksum_test"
path = "tests/checksum_test.rs"

[dependencies.derive_setters]
version = "0.1.9"

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

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

[dependencies.semver]
version = "1.0.28"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.49"
features = ["preserve_order"]

[dependencies.system_env]
version = "0.9.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.version_spec]
version = "0.10.2"

[dependencies.warpgate_api]
version = "0.17.3"

[dev-dependencies]