Skip to content
Cargo.toml 1.65 KiB
Newer Older
theMackabu's avatar
theMackabu committed
[package]
theMackabu's avatar
theMackabu committed
name = "just"
theMackabu's avatar
theMackabu committed
version = "0.4.3"
theMackabu's avatar
theMackabu committed
edition = "2021"
theMackabu's avatar
theMackabu committed
license = "MIT"
theMackabu's avatar
theMackabu committed
homepage = "https://justjs.dev"
repository = "https://github.com/exact-rs/just"
description = "A modern runtime for javascript."
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[bin]]
name = "just"
path = "src/main.rs"

theMackabu's avatar
theMackabu committed
[dependencies]
theMackabu's avatar
theMackabu committed
anyhow = "1.0.66"
theMackabu's avatar
theMackabu committed
deno_core = "0.160.0"
theMackabu's avatar
theMackabu committed
tokio = { version = "1.19.2", features = ["full"] }
theMackabu's avatar
theMackabu committed
duration-string = "0.1.1" 
theMackabu's avatar
theMackabu committed
colored = "2"
theMackabu's avatar
theMackabu committed
psutil = "3.2.2"
theMackabu's avatar
theMackabu committed
libc = "0.2.137"
theMackabu's avatar
theMackabu committed
sysinfo = "0.26.7"
theMackabu's avatar
theMackabu committed
v_htmlescape = "0.15.8"
theMackabu's avatar
theMackabu committed
dirs = "4.0.0"
hostname = "^0.3"
theMackabu's avatar
theMackabu committed
reqwest = { version = "0.11.12", features = ["blocking"] } 
theMackabu's avatar
theMackabu committed
nanoid = "0.4.0"
theMackabu's avatar
theMackabu committed
staticfile = "0.5.0"
mount = "0.4.0"
iron = "0.6.1"
theMackabu's avatar
theMackabu committed
shell = { version = "0.2.0", package = "rust-shell" }
theMackabu's avatar
theMackabu committed
sqlite = "0.30.1"
serde = "1.0.147"
serde_json = "1.0.87"
theMackabu's avatar
theMackabu committed
serde_yaml = "0.9.14"
theMackabu's avatar
theMackabu committed
home = "0.5.4"
theMackabu's avatar
theMackabu committed
clap = { version = "4.0.27", features = ["derive"] }
rustyline = "9.1.2"
sha2 = "0.10.6"
data-encoding = "2.3.2"
theMackabu's avatar
theMackabu committed
inquire = "0.5.2"
question = "0.2.2"
theMackabu's avatar
theMackabu committed
data-url = "0.2.0"
theMackabu's avatar
theMackabu committed
terminal-spinners = "0.3.2"
theMackabu's avatar
theMackabu committed
thread_local = "1.1.4"
regex = "1.7.0"
theMackabu's avatar
theMackabu committed
termion = "1.5.6"
theMackabu's avatar
theMackabu committed
url = "2.3.1"
normalize-path = "0.2.0"
theMackabu's avatar
theMackabu committed
atty = "0.2.14"
glob = "0.3.0"
rayon = "1"
relative-path = "1.6.1"
path-absolutize = { version = "3.0.11", features = ["once_cell_cache"] }
tracing = "0.1.37"
tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"
theMackabu's avatar
theMackabu committed
open = "3.2.0"
theMackabu's avatar
theMackabu committed

swc_core = { version = "0.44.1", features = [
  "trace_macro",
  "common_concurrent",
  "base_concurrent",
] }
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
swc_common = { version = "0.29.19", features = [
  "sourcemap",
  "parking_lot",
] }

theMackabu's avatar
theMackabu committed
[build-dependencies]
theMackabu's avatar
theMackabu committed
chrono = "0.4.23"
sha2 = "0.10.6"
data-encoding = "2.3.2"
theMackabu's avatar
theMackabu committed
deno_core = "0.160.0"