zano 0.1.3

A high-performance Node.js-like runtime built in Rust with JavaScript-compatible syntax, async support, and built-in modules
[[bin]]
name = "zano"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
features = ["full"]
version = "0.14"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.swc_common]
version = "0.33"

[dependencies.swc_ecma_ast]
version = "0.110"

[dependencies.swc_ecma_parser]
version = "0.140"

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

[dev-dependencies.tempfile]
version = "3.0"

[package]
authors = ["Samuel Aondo <sazalo101@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "web-programming"]
description = "A high-performance Node.js-like runtime built in Rust with JavaScript-compatible syntax, async support, and built-in modules"
documentation = "https://docs.rs/zano"
edition = "2021"
homepage = "https://github.com/sazalo101/zano"
keywords = ["javascript", "runtime", "node", "async", "backend"]
license = "MIT"
name = "zano"
readme = "README.md"
repository = "https://github.com/sazalo101/zano"
version = "0.1.3"