[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.cc]
version = "1.0"
[dependencies.gmodx-macros]
version = "0.1.0"
[dependencies.inventory]
version = "0.3.21"
[dependencies.libloading]
version = "0.8.9"
[lib]
name = "gmodx"
path = "src/lib.rs"
[package]
authors = ["Srlion <srlion32@gmail.com>", "William Venner <william@venner.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "external-ffi-bindings", "game-development", "development-tools"]
description = "A swiss army knife for creating binary modules for Garry's Mod in Rust"
edition = "2024"
keywords = ["gmod", "garrysmod", "module", "glua"]
license = "MIT"
name = "gmodx"
readme = false
repository = "https://github.com/Srlion/gmodx-rs"
version = "0.1.0"