gmod 17.0.1

A swiss army knife for creating binary modules for Garry's Mod 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 = "2021"
name = "gmod"
version = "17.0.1"
authors = ["William Venner <william@venner.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A swiss army knife for creating binary modules for Garry's Mod in Rust"
readme = "README.md"
keywords = [
    "gmod",
    "garrysmod",
    "module",
    "glua",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "game-development",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/WilliamVenner/gmod-rs"
resolver = "1"

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

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

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

[dependencies.cstr]
version = "0"

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

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

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

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

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

[dependencies.lazy_static]
version = "1"

[dependencies.libloading]
version = "0"

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

[dependencies.retour]
version = "0.4.0-alpha.4"
features = ["thiscall-abi"]
optional = true

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