deno 0.23.0

A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
[[example]]
name = "deno_core_http_bench"
path = "examples/http_bench.rs"
[dependencies.downcast-rs]
version = "1.1.0"

[dependencies.futures]
version = "0.1.29"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2.62"

[dependencies.log]
version = "0.4.8"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.url]
version = "1.7.2"
[dev-dependencies.tokio]
version = "0.1.18"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
edition = "2018"
license = "MIT"
name = "deno"
readme = "README.md"
repository = "https://github.com/denoland/deno"
version = "0.23.0"
[target.x86_64-apple-darwin.dependencies.deno-x86_64-apple-darwin]
version = "=0.23.0"
[target.x86_64-pc-windows-msvc.dependencies.deno-x86_64-pc-windows-msvc]
version = "=0.23.0"
[target.x86_64-unknown-linux-gnu.dependencies.deno-x86_64-unknown-linux-gnu]
version = "=0.23.0"