# 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 = "rglua" version = "3.0.0-beta2" authors = ["Vurv "] description = "Toolkit for garrysmod development with the source sdk and luajit api" readme = "../README.md" keywords = [ "glua", "garrysmod", "lua", "gmod", ] categories = [ "api-bindings", "external-ffi-bindings", "development-tools::ffi", "game-development", "accessibility", ] license = "MIT" repository = "https://github.com/Vurv78/rglua" [dependencies.libloading] version = "0.7.2" [dependencies.once_cell] version = "1.8.0" [dependencies.rglua-macros] version = "0.2.0" [dependencies.thiserror] version = "1.0.30" [dependencies.viable] version = "0.2" optional = true [features] default = ["interfaces"] interfaces = ["viable"]