[package]
edition = "2024"
name = "luau-analyzer-sys"
version = "0.1.1"
authors = ["yanlvl99 <[hryan5192@gmail.com]>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, embedded Luau type-checking and analysis engine written in Rust. This crate provides bindings to the Luau analyzer, allowing you to integrate static analysis and code intelligence directly into your applications."
homepage = "https://github.com/luks-luau/luau-analyzer-sys"
readme = "README.md"
keywords = [
"luau",
"language-server",
"analyzer",
"type-checking",
]
license = "MIT"
repository = "https://github.com/luks-luau/luau-analyzer-sys"
[lib]
name = "luau_analyzer_sys"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies]
[build-dependencies.cc]
version = "1.0"
features = ["parallel"]