ruxlang 0.6.0

Rux: a pure-Rust, web-flavored UI language that renders natively on the GPU. Run, check and format .rux files.
# 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 = "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"