# 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 = "gmserverplugin" version = "2.0.1" authors = ["William Venner "] description = "Library for accessing the Lua state in Garry's Mod server plugins" keywords = ["gmod", "garrysmod", "module", "glua", "server-plugin"] categories = ["development-tools::ffi", "game-development", "development-tools"] license = "MIT" repository = "https://github.com/WilliamVenner/gmserverplugin" [lib] crate-type = ["staticlib", "rlib"] [dependencies.gmod] version = "14.0.1" features = ["hax"] default-features = false