pawkit-lua 0.1.12

Lua bindings for pawkit
# 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 = "pawkit-lua"
version = "0.1.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua bindings for pawkit"
homepage = "https://teamvulpine.com"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/TeamVulpine/PawKit/tree/main/bindings/lua"
resolver = "2"

[lib]
name = "pawkit_lua"
crate-type = ["cdylib"]
path = "src/lib.rs"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mlua]
version = "0.11.5"
features = [
    "lua54",
    "module",
    "serialize",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pawkit-fs]
version = "0.1.12"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pawkit-input]
version = "0.1.12"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pawkit-logger]
version = "0.1.12"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pawkit-net]
version = "0.1.12"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pawkit-net-signaling]
version = "0.1.12"