larvae-worm 0.1.1

Guest side of the larvae worm ABI, for writing larvae extensions in Rust
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 = "larvae-worm"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Guest side of the larvae worm ABI, for writing larvae extensions in Rust"
homepage = "https://github.com/larvae-luau/larvae"
readme = false
keywords = [
    "luau",
    "larvae",
    "wasm",
    "plugin",
    "extension",
]
categories = [
    "development-tools::build-utils",
    "wasm",
]
license = "MIT"
repository = "https://github.com/larvae-luau/larvae"

[features]
native = ["wire"]
wire = [
    "dep:serde",
    "dep:serde_json",
]

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

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

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

[dependencies.serde_json]
version = "1"
optional = true