2021-01-11 12:13:41 -05:00
|
|
|
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
2020-08-07 10:55:02 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_web"
|
2021-02-12 10:23:39 -05:00
|
|
|
version = "0.30.0"
|
2020-08-07 10:55:02 -04:00
|
|
|
edition = "2018"
|
|
|
|
description = "Collection of Web APIs"
|
|
|
|
authors = ["the Deno authors"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/denoland/deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-02-12 10:23:39 -05:00
|
|
|
deno_core = { version = "0.79.0", path = "../../core" }
|
2021-02-09 09:34:34 -05:00
|
|
|
idna = "0.2.1"
|
|
|
|
serde = { version = "1.0.123", features = ["derive"] }
|
2020-08-07 10:55:02 -04:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-01-26 11:00:40 -05:00
|
|
|
futures = "0.3.12"
|