luaux-cli 0.1.3

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

[[bin]]
name = "luaux"
path = "src/main.rs"

[dependencies.globset]
version = "0.4.19"

[dependencies.luaux]
version = "0.1.3-canary.1"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.notify]
version = "8.2.0"
features = ["macos_fsevent"]
default-features = false

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.4"