2018-05-25 17:51:48 -07:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-webidl"
|
2019-02-12 11:36:19 -08:00
|
|
|
version = "0.2.29"
|
2018-07-19 14:57:04 -05:00
|
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
categories = ["wasm"]
|
|
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/webidl"
|
|
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
|
|
|
documentation = "https://docs.rs/wasm-bindgen"
|
|
|
|
description = """
|
|
|
|
Support for parsing WebIDL specific to wasm-bindgen
|
|
|
|
"""
|
2018-05-25 17:51:48 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2018-08-01 16:15:09 -05:00
|
|
|
failure = "0.1.2"
|
2018-06-09 21:49:42 -07:00
|
|
|
heck = "0.3"
|
2018-06-01 15:24:48 -07:00
|
|
|
log = "0.4.1"
|
2018-07-17 09:11:30 -05:00
|
|
|
proc-macro2 = "0.4.8"
|
2018-05-30 14:30:40 -07:00
|
|
|
quote = '0.6'
|
2018-09-04 11:32:09 -07:00
|
|
|
syn = { version = '0.15', features = ['full'] }
|
2019-02-12 11:36:19 -08:00
|
|
|
wasm-bindgen-backend = { version = "=0.2.35", path = "../backend" }
|
2018-09-16 23:39:00 +03:00
|
|
|
weedle = "0.8"
|