openstranded-common-wasmcontract 0.2.0

OpenStranded WASM contract types — shared between engine and plugin-api
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"
name = "openstranded-common-wasmcontract"
version = "0.2.0"
build = false
exclude = [
    "/.gitignore",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenStranded WASM contract types — shared between engine and plugin-api"
homepage = "https://github.com/OpenStranded/common-wasmcontract"
documentation = "https://docs.rs/openstranded-common-wasmcontract"
readme = "README.md"
keywords = [
    "game",
    "stranded",
    "survival",
    "openstranded",
    "wasm",
]
categories = [
    "game-engines",
    "game-development",
    "wasm",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/OpenStranded/common-wasmcontract"
resolver = "2"

[features]
default = [
    "parse",
    "std",
]
parse = ["ron"]
std = []

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

[dependencies.ron]
version = "0.12"
optional = true

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

[dependencies.thiserror]
version = "2"