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