1[package]
2name = "wasm-bindgen-shared"
3version = "0.2.92"
4authors = ["The wasm-bindgen Developers"]
5license = "MIT OR Apache-2.0"
6repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared"
7homepage = "https://rustwasm.github.io/wasm-bindgen/"
8documentation = "https://docs.rs/wasm-bindgen-shared"
9description = """
10Shared support between wasm-bindgen and wasm-bindgen cli, an internal
11dependency.
12"""
13edition = "2018"
14rust-version = "1.57"
15
16# Because only a single `wasm_bindgen` version can be used in a dependency
17# graph, pretend we link a native library so that `cargo` will provide better
18# error messages than the esoteric linker errors we would otherwise trigger.
19links = "wasm_bindgen"
20