wasm-bindgen/crates/webidl/Cargo.toml
Alex Crichton df809df9a5
Bump to 0.2.63 (#2163)
* Update `syn` version requirement

Require latest version to fix issues with nightly.

* Bump to 0.2.63
2020-05-27 10:07:18 -05:00

28 lines
728 B
TOML

[package]
name = "wasm-bindgen-webidl"
version = "0.2.63"
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
"""
edition = "2018"
[dependencies]
env_logger = "0.7.0"
anyhow = "1.0"
heck = "0.3"
log = "0.4.1"
proc-macro2 = "1.0"
quote = '1.0'
syn = { version = '1.0', features = ['full'] }
wasm-bindgen-backend = { version = "=0.2.63", path = "../backend" }
weedle = "0.11"
lazy_static = "1.0.0"
sourcefile = "0.1"
structopt = "0.3.9"