Newer
Older
homepage = "https://justjs.dev"
repository = "https://github.com/exact-rs/just"
description = "A modern runtime for javascript."
tracing = "0.1.37"
rustyline = "9.1.2"
staticfile = "0.5.0"
deno_core = "0.160.0"
serde_json = "1.0.87"
serde_yaml = "0.9.14"
terminal-spinners = "0.3.2"
tokio = { version = "1.19.2", features = ["full"] }
clap = { version = "4.0.27", features = ["derive"] }
shell = { version = "0.2.0", package = "rust-shell" }
reqwest = { version = "0.11.12", features = ["blocking"] }
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
path-absolutize = { version = "3.0.11", features = ["once_cell_cache"] }
swc_core = { version = "0.44.1", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
] }
swc_common = { version = "0.29.19", features = [
"sourcemap",
"parking_lot",
] }