gmod 15.0.1

A swiss army knife for creating binary modules for Garry's Mod in Rust
Documentation
[dependencies.cfg_table]
optional = true
version = "1"

[dependencies.cstr]
version = "0"

[dependencies.ctor]
optional = true
version = "0"

[dependencies.detour]
optional = true
version = "0"

[dependencies.fn_abi]
optional = true
version = "2"

[dependencies.fn_has_this]
optional = true
version = "0"

[dependencies.fn_type_alias]
optional = true
version = "0"

[dependencies.gmod-macros]
version = "2.0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.libloading]
version = "0"

[dependencies.null_fn]
optional = true
version = "0"

[dependencies.skidscan]
optional = true
version = "2"

[features]
default = ["hax"]
gmcl = ["gmod-macros/gmcl"]
hax = ["ctor", "skidscan", "detour", "fn_type_alias", "fn_abi", "cfg_table", "null_fn", "fn_has_this"]

[package]
authors = ["William Venner <william@venner.io>"]
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 = "2021"
keywords = ["gmod", "garrysmod", "module", "glua"]
license = "MIT"
name = "gmod"
readme = "README.md"
repository = "https://github.com/WilliamVenner/gmod-rs"
version = "15.0.1"