[package] name = "justjs" version = "0.4.3" edition = "2021" license = "MIT" homepage = "https://justjs.dev" repository = "https://github.com/exact-rs/just" description = "A modern runtime for javascript." [[bin]] name = "just" path = "src/main.rs" [dependencies] rayon = "1" colored = "2" url = "2.3.1" walkdir = "2" tar = "0.4.38" dirs = "4.0.0" iron = "0.6.1" home = "0.5.4" glob = "0.3.0" open = "3.2.0" mount = "0.4.0" sha2 = "0.10.6" regex = "1.7.0" atty = "0.2.14" psutil = "3.2.2" libc = "0.2.137" nanoid = "0.4.0" flate2 = "1.0.25" anyhow = "1.0.66" hostname = "^0.3" sqlite = "0.30.1" serde = "1.0.147" inquire = "0.5.2" termion = "1.5.6" sysinfo = "0.26.7" question = "0.2.2" data-url = "0.2.0" tracing = "0.1.37" rustyline = "9.1.2" indicatif = "0.17.2" staticfile = "0.5.0" deno_core = "0.160.0" serde_json = "1.0.87" serde_yaml = "0.9.14" thread_local = "1.1.4" v_htmlescape = "0.15.8" data-encoding = "2.3.2" relative-path = "1.6.1" normalize-path = "0.2.0" tracing-chrome = "0.5.0" duration-string = "0.1.1" tracing-futures = "0.2.5" 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", "json", "multipart"] } 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", ] } [build-dependencies] chrono = "0.4.23" sha2 = "0.10.6" data-encoding = "2.3.2" deno_core = "0.160.0"