/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ext/web/Cargo.toml
52 строки
1 KB
denobot
chore: forward v2.9.5 release commit to main (#36452)
06 авг 2026, 18:08
Не верифицирован
06 авг 2026, 18:08
903d670
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "deno_web" version = "0.288.0" authors.workspace = true edition.workspace = true license.workspace = true readme = "README.md" repository.workspace = true description = "Collection of Web APIs" [lib] path = "lib.rs" [dependencies] async-trait.workspace = true brotli.workspace = true bytes.workspace = true cssparser.workspace = true deno_core.workspace = true deno_error.workspace = true encoding_rs.workspace = true flate2 = { workspace = true, features = ["default"] } futures.workspace = true serde.workspace = true thiserror.workspace = true tokio.workspace = true unicode-normalization.workspace = true urlpattern.workspace = true uuid = { workspace = true, features = ["serde"] } [dev-dependencies] approx = "0.5.1" deno_bench_util.workspace = true deno_webidl.workspace = true [[bench]] name = "encoding" harness = false [[bench]] name = "timers_ops" harness = false [[bench]] name = "url_ops" harness = false [[bench]] name = "text_decoder_stream" harness = false