# 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 = "crabsoup-luau-sys" version = "0.1.0" authors = ["Lymia Kanokawa "] build = "build.rs" include = [ "luau/Analysis", "luau/Ast/include", "luau/Common/include", "luau/Config", "src", "build.rs", "Cargo.toml", "LICENSE.md", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Internal crate for crabsoup (for now)." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Lymia/crabsoup" [lib] name = "crabsoup_luau_sys" path = "src/lib.rs" [dependencies.luau0-src] version = "=0.10.2" [dependencies.mlua-sys] version = "=0.6.2 " features = [ "luau", "luau-codegen", "vendored", ] [build-dependencies.cc] version = "1.1" features = ["parallel"]