# 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 = "sandkiste_lua" version = "0.4.0" authors = ["Public Software Group e. V., Berlin, Germany"] links = "lua" description = "Sandbox for Lua scripts" homepage = "https://www.public-software-group.org/sandkiste" readme = "README.md" license = "MIT" repository = "https://www.public-software-group.org/git/sandkiste_lua.git" [package.metadata.docs.rs] features = ["Lua5_3"] [dependencies.sandkiste] version = "0.3.0" [build-dependencies.bindgen] version = "0.63" [build-dependencies.cc] version = "1.0" [features] Lua5_3 = [] Lua5_4 = []