2018-03-29 19:14:32 +03:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-backend"
|
2019-03-13 21:02:27 +03:00
|
|
|
version = "0.2.39"
|
2018-07-19 22:57:04 +03:00
|
|
|
authors = ["The wasm-bindgen Developers"]
|
2018-04-04 00:02:04 +03:00
|
|
|
license = "MIT/Apache-2.0"
|
2018-07-19 22:57:04 +03:00
|
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"
|
|
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
2018-04-04 00:02:04 +03:00
|
|
|
documentation = "https://docs.rs/wasm-bindgen-backend"
|
|
|
|
description = """
|
|
|
|
Backend code generation of the wasm-bindgen tool
|
|
|
|
"""
|
2018-03-29 19:14:32 +03:00
|
|
|
|
2018-04-25 22:42:13 +03:00
|
|
|
[features]
|
2018-08-29 03:24:43 +03:00
|
|
|
spans = []
|
2018-05-29 21:24:40 +03:00
|
|
|
extra-traits = ["syn/extra-traits"]
|
2018-04-25 22:42:13 +03:00
|
|
|
|
2018-03-29 19:14:32 +03:00
|
|
|
[dependencies]
|
2019-03-05 23:27:39 +03:00
|
|
|
bumpalo = "2.1"
|
2018-07-30 20:50:43 +03:00
|
|
|
lazy_static = "1.0.0"
|
2018-07-19 01:59:24 +03:00
|
|
|
log = "0.4"
|
2018-07-17 17:11:30 +03:00
|
|
|
proc-macro2 = "0.4.8"
|
2018-07-19 01:59:24 +03:00
|
|
|
quote = '0.6'
|
2018-08-27 01:43:33 +03:00
|
|
|
syn = { version = '0.15', features = ['full'] }
|
2019-03-13 21:02:27 +03:00
|
|
|
wasm-bindgen-shared = { path = "../shared", version = "=0.2.39" }
|