2023-01-02 16:00:42 -05:00
|
|
|
# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
2020-08-07 10:55:02 -04:00
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_web"
|
2023-03-10 03:39:29 -05:00
|
|
|
version = "0.123.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2020-08-07 10:55:02 -04:00
|
|
|
readme = "README.md"
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
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]
|
2022-11-22 15:07:35 -05:00
|
|
|
async-trait.workspace = true
|
2023-01-18 09:35:24 -05:00
|
|
|
base64-simd = "0.8"
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_core.workspace = true
|
|
|
|
encoding_rs.workspace = true
|
|
|
|
flate2.workspace = true
|
2022-12-07 17:32:24 -05:00
|
|
|
serde = "1.0.149"
|
2022-11-22 15:07:35 -05:00
|
|
|
tokio.workspace = true
|
|
|
|
uuid = { workspace = true, features = ["serde"] }
|
2022-02-15 06:17:30 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_bench_util.workspace = true
|
2023-01-08 17:48:46 -05:00
|
|
|
deno_console.workspace = true
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_url.workspace = true
|
|
|
|
deno_webidl.workspace = true
|
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
|