# 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-mlua-analyze" version = "0.1.0" authors = ["Lymia Kanokawa "] build = "build.rs" include = [ "bindings", "luau/Analysis/include", "luau/Ast/include", "luau/Common/include", "luau/Config/include", "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_mlua_analyze" path = "src/lib.rs" [dependencies.crabsoup-luau-sys] version = "0.1.0" [build-dependencies.cc] version = "1.1" features = ["parallel"]