RustRepoTrans / Dataset_Construction /projects /libp2p /rust /wasm-tests /webtransport-tests /Cargo.toml
| [package] | |
| name = "webtransport-tests" | |
| version = "0.1.0" | |
| edition = "2021" | |
| license = "MIT" | |
| publish = false | |
| [package.metadata.release] | |
| release = false | |
| [dependencies] | |
| futures = { workspace = true } | |
| getrandom = { version = "0.2.15", features = ["js"] } | |
| libp2p-core = { workspace = true } | |
| libp2p-identity = { workspace = true, features = ["rand"] } | |
| libp2p-noise = { workspace = true } | |
| libp2p-webtransport-websys = { workspace = true } | |
| multiaddr = { workspace = true } | |
| multihash = { workspace = true } | |
| wasm-bindgen = "0.2.90" | |
| wasm-bindgen-futures = "0.4.42" | |
| wasm-bindgen-test = "0.3.42" | |
| web-sys = { version = "0.3.69", features = ["Response", "Window"] } | |
| [lints] | |
| workspace = true | |