26 lines
748 B
TOML
Raw Permalink Normal View History

[package]
name = "wasm-bindgen-webidl"
2018-07-25 09:46:45 -07:00
version = "0.2.14"
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
"""
[dev-dependencies]
2018-07-25 09:46:45 -07:00
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.14' }
[dependencies]
failure = "0.1"
heck = "0.3"
log = "0.4.1"
2018-07-17 09:11:30 -05:00
proc-macro2 = "0.4.8"
quote = '0.6'
syn = { version = '0.14', features = ['full'] }
2018-07-25 09:46:45 -07:00
wasm-bindgen-backend = { version = "=0.2.14", path = "../backend" }
webidl = "0.7.0"