deno.land / x / deno@v1.28.2 / test_util / Cargo.toml

# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. [package] name = "test_util" version = "0.1.0" authors.workspace = true edition.workspace = true license.workspace = true publish = false repository.workspace = true [[bin]] name = "test_server" path = "src/test_server.rs" [dependencies] anyhow.workspace = true async-stream = "0.3.3" atty.workspace = true base64.workspace = true flate2.workspace = true futures.workspace = true hyper = { workspace = true, features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" once_cell.workspace = true os_pipe.workspace = true parking_lot.workspace = true pretty_assertions.workspace = true regex.workspace = true reqwest.workspace = true ring.workspace = true rustls-pemfile.workspace = true semver.workspace = true serde.workspace = true serde_json.workspace = true tar.workspace = true tokio.workspace = true tokio-rustls.workspace = true tokio-tungstenite.workspace = true url.workspace = true [target.'cfg(unix)'.dependencies] pty = "0.2.2" [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["consoleapi", "synchapi", "handleapi", "namedpipeapi", "winbase", "winerror"] }
deno

Version Info

Tagged at
a year ago