]> git.proxmox.com Git - rustc.git/blob - vendor/js-sys/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / js-sys / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "js-sys"
15 version = "0.3.60"
16 authors = ["The wasm-bindgen Developers"]
17 description = """
18 Bindings for all JS global objects and functions in all JS environments like
19 Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
20 """
21 homepage = "https://rustwasm.github.io/wasm-bindgen/"
22 documentation = "https://docs.rs/js-sys"
23 readme = "./README.md"
24 categories = ["wasm"]
25 license = "MIT/Apache-2.0"
26 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
27
28 [lib]
29 test = false
30 doctest = false
31
32 [dependencies.wasm-bindgen]
33 version = "0.2.83"
34
35 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures]
36 version = "0.4.33"
37
38 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
39 version = "=0.3.33"
40
41 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.web-sys]
42 version = "0.3.60"
43 features = [
44 "Headers",
45 "Response",
46 "ResponseInit",
47 ]