2018-05-25 17:51:48 -07:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-webidl"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = "webidl-all"
|
|
|
|
path = "tests/all/lib.rs"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend", features = ["extra-traits"] }
|
2018-05-30 15:00:57 -07:00
|
|
|
diff = "0.1.11"
|
2018-05-25 17:51:48 -07:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
failure = "0.1"
|
|
|
|
proc-macro2 = "0.4"
|
2018-05-30 14:30:40 -07:00
|
|
|
quote = '0.6'
|
2018-05-25 17:51:48 -07:00
|
|
|
syn = { version = '0.14', features = ['full'] }
|
|
|
|
wasm-bindgen-backend = { version = "=0.2.11", path = "../backend" }
|
|
|
|
webidl = "0.6.0"
|