luaux 0.1.1

LuauX — JSX-style markup for Luau
Documentation
# 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 = "luaux"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LuauX — JSX-style markup for Luau"
readme = false
license = "MIT"
repository = "https://github.com/luau-xml/luaux"

[lib]
name = "luaux"
path = "src/lib.rs"

[[test]]
name = "corpus"
path = "tests/corpus.rs"

[[test]]
name = "runtime"
path = "tests/runtime.rs"

[dependencies.full_moon]
version = "2.2.0"
features = ["luau"]

[dependencies.globset]
version = "0.4.19"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.toml]
version = "1.1.4"

[dev-dependencies]