deno 0.6.0

A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "deno"
version = "0.6.0"
authors = ["The deno authors <bertbelder@nodejs.org>"]
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"

[lib]
path = "lib.rs"

[[example]]
name = "deno_core_http_bench"
path = "examples/http_bench.rs"
[dependencies.futures]
version = "0.1.27"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.54"

[dependencies.log]
version = "0.4.6"

[dependencies.serde_json]
version = "1.0.39"
[dev-dependencies.tokio]
version = "0.1.18"
[target.x86_64-apple-darwin.dependencies.deno-x86_64-apple-darwin]
version = "=0.6.0"
[target.x86_64-pc-windows-msvc.dependencies.deno-x86_64-pc-windows-msvc]
version = "=0.6.0"
[target.x86_64-unknown-linux-gnu.dependencies.deno-x86_64-unknown-linux-gnu]
version = "=0.6.0"