[package]
edition = "2021"
name = "ruxlang"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux: a pure-Rust, web-flavored UI language that renders natively on the GPU. Run, check and format .rux files."
homepage = "https://ruxlang.dev"
documentation = "https://ruxlang.dev/reference/"
readme = "README.md"
keywords = [
"ui",
"gui",
"gpu",
"css",
"declarative",
]
categories = [
"gui",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"
[[bin]]
name = "rux"
path = "src/main.rs"
[[test]]
name = "check"
path = "tests/check.rs"
[[test]]
name = "fmt"
path = "tests/fmt.rs"
[dependencies.rux-fmt]
version = "0.6.0"
[dependencies.rux-runtime]
version = "0.6.0"
[dependencies.rux-shell]
version = "0.6.0"