newter-compiler 0.2.0

A UI language compiler — 73 built-in elements, compiles to canvas, HTML, React, and JSON
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 = "newter-compiler"
version = "0.2.0"
authors = ["Ganesh <voxmastery@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A UI language compiler — 73 built-in elements, compiles to canvas, HTML, React, and JSON"
homepage = "https://newter.vercel.app"
readme = "README.md"
keywords = [
    "ui",
    "language",
    "compiler",
    "canvas",
    "html",
]
categories = [
    "compilers",
    "gui",
    "rendering",
]
license = "MIT"
repository = "https://github.com/voxmastery/newter"

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

[[bin]]
name = "newter-compiler"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["ws"]

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.glyphon]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "6.1"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.open]
version = "5"

[dependencies.pollster]
version = "0.3"

[dependencies.raw-window-handle]
version = "0.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.wgpu]
version = "22"

[dependencies.winit]
version = "0.30"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1