cream-js 0.1.0

A lightweight compiler for modern web applications.
# 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 = "2024"
name = "cream-js"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight compiler for modern web applications."
readme = "README.md"
license = "MIT"
repository = "https://github.com/tm-ahad/cream"

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

[dependencies.axum]
version = "0.8"

[dependencies.notify]
version = "8"

[dependencies.oxc_allocator]
version = "0.137.0"

[dependencies.oxc_ast]
version = "0.137.0"

[dependencies.oxc_codegen]
version = "0.137.0"

[dependencies.oxc_diagnostics]
version = "0.137.0"

[dependencies.oxc_minifier]
version = "0.137.0"

[dependencies.oxc_parser]
version = "0.137.0"

[dependencies.oxc_semantic]
version = "0.137.0"

[dependencies.oxc_span]
version = "0.137.0"

[dependencies.oxc_transformer]
version = "0.137.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.roxmltree]
version = "0.21.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tinyget]
version = "1.0.2"
features = ["https"]

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tower-http]
version = "0.7"
features = ["fs"]

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true