2022-01-07 22:09:52 -05:00
|
|
|
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
2020-08-07 10:55:02 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_web"
|
2022-10-06 16:49:40 -04:00
|
|
|
version = "0.103.0"
|
2020-08-07 10:55:02 -04:00
|
|
|
authors = ["the Deno authors"]
|
2021-11-02 10:03:37 -04:00
|
|
|
edition = "2021"
|
2020-08-07 10:55:02 -04:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/denoland/deno"
|
2021-08-02 10:19:27 -04:00
|
|
|
description = "Collection of Web APIs"
|
2020-08-07 10:55:02 -04:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-09-02 17:38:44 -04:00
|
|
|
async-trait = "0.1.51"
|
2022-09-16 19:11:30 -04:00
|
|
|
base64-simd = "0.7"
|
2022-10-06 16:49:40 -04:00
|
|
|
deno_core = { version = "0.154.0", path = "../../core" }
|
2022-05-05 06:41:59 -04:00
|
|
|
encoding_rs = "0.8.31"
|
2022-01-24 12:03:06 -05:00
|
|
|
flate2 = "1"
|
2022-05-05 06:41:59 -04:00
|
|
|
serde = "1.0.136"
|
2022-09-16 19:11:30 -04:00
|
|
|
tokio = { version = "1.21", features = ["full"] }
|
2022-05-05 06:41:59 -04:00
|
|
|
uuid = { version = "1.0.0", features = ["v4", "serde"] }
|
2022-02-15 06:17:30 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-10-06 16:49:40 -04:00
|
|
|
deno_bench_util = { version = "0.66.0", path = "../../bench_util" }
|
|
|
|
deno_url = { version = "0.72.0", path = "../url" }
|
|
|
|
deno_webidl = { version = "0.72.0", path = "../webidl" }
|
2022-02-15 06:17:30 -05:00
|
|
|
|
2022-05-17 09:52:48 -04:00
|
|
|
[[bench]]
|
|
|
|
name = "encoding"
|
|
|
|
harness = false
|
|
|
|
|
2022-02-15 06:17:30 -05:00
|
|
|
[[bench]]
|
|
|
|
name = "timers_ops"
|
|
|
|
harness = false
|