1 | [package] |
2 | authors = ["The wasm-bindgen Developers" ] |
3 | description = "" " |
4 | Shared support between wasm-bindgen and wasm-bindgen cli, an internal |
5 | dependency. |
6 | " "" |
7 | documentation = "https://docs.rs/wasm-bindgen-shared" |
8 | edition = "2021" |
9 | homepage = "https://rustwasm.github.io/wasm-bindgen/" |
10 | include = ["/build.rs" , "/LICENSE-*" , "/src" ] |
11 | license = "MIT OR Apache-2.0" |
12 | name = "wasm-bindgen-shared" |
13 | repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared" |
14 | rust-version = "1.57" |
15 | version = "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. |
20 | links = "wasm_bindgen" |
21 | |
22 | [lints] |
23 | workspace = true |
24 | |
25 | [dependencies] |
26 | unicode-ident = "1.0.5" |
27 | |