oj 0.0.19

Rust-native build tool for React apps
# 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 = "oj"
version = "0.0.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native build tool for React apps"
readme = false
license = "MIT"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.arcstr]
version = "1.2.0"

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

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

[dependencies.notify]
version = "8.2.0"

[dependencies.oj_compiler]
version = "0.0.19"

[dependencies.oj_config]
version = "0.0.19"

[dependencies.oj_css]
version = "0.0.19"

[dependencies.oj_env]
version = "0.0.19"

[dependencies.oj_server]
version = "0.0.19"

[dependencies.rolldown]
version = "1.2.3"

[dependencies.rolldown_common]
version = "1.2.3"

[dependencies.rolldown_plugin]
version = "1.2.3"

[dependencies.rolldown_utils]
version = "1.2.3"

[dependencies.serde_json]
version = "1.0.151"

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

[dependencies.tokio-stream]
version = "0.1.19"