oj_server 0.0.7

Dev server: on-demand compile over HTTP, WebSocket HMR channel, file watcher
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 = "oj_server"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dev server: on-demand compile over HTTP, WebSocket HMR channel, file watcher"
readme = false
license = "MIT"

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

[[example]]
name = "bench_resolve"
path = "examples/bench_resolve.rs"

[[example]]
name = "bench_utf8"
path = "examples/bench_utf8.rs"

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.notify]
version = "8.2.0"

[dependencies.oj_cache]
version = "0.0.7"

[dependencies.oj_compiler]
version = "0.0.7"

[dependencies.oj_config]
version = "0.0.7"

[dependencies.oj_css]
version = "0.0.7"

[dependencies.oj_env]
version = "0.0.7"

[dependencies.oj_graph]
version = "0.0.7"

[dependencies.oj_resolver]
version = "0.0.7"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.serde_json]
version = "1.0.151"

[dependencies.simdutf8]
version = "0.1.5"

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