# 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 = "rigz_lua" version = "0.0.2" description = "Lua Module for rigz language" homepage = "https://gitlab.com/inapinch/rigz/rigz/modules/crates/rigz_lua" readme = "README.md" keywords = [ "rigz", "lua", ] license = "MIT" repository = "https://gitlab.com/inapinch/rigz/rigz" [dependencies.anyhow] version = "1.0.82" [dependencies.log] version = "0.4.21" features = [] [dependencies.mlua] version = "0.9.7" features = [ "lua54", "serialize", "vendored", ] [dependencies.rigz_core] version = "0.0.2" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde-value] version = "0.7.0"