27 lines
826 B
TOML
Raw Permalink Normal View History

[package]
name = "js-sys"
2018-12-04 06:04:47 -08:00
version = "0.3.6"
2018-07-26 14:51:20 -07:00
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
categories = ["wasm"]
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/js-sys"
description = """
Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
"""
license = "MIT/Apache-2.0"
[lib]
test = false
doctest = false
[dependencies]
2018-12-04 06:04:47 -08:00
wasm-bindgen = { path = "../..", version = "0.2.29" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
2018-08-16 20:40:19 +02:00
futures = "0.1.20"
2018-12-04 06:04:47 -08:00
wasm-bindgen-test = { path = '../test', version = '=0.2.29' }
wasm-bindgen-futures = { path = '../futures', version = '=0.3.6' }