18 lines
579 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-backend"
2018-04-09 15:18:39 -07:00
version = "0.2.1"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
2018-04-03 14:02:04 -07:00
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wasm-bindgen"
homepage = "https://github.com/alexcrichton/wasm-bindgen"
documentation = "https://docs.rs/wasm-bindgen-backend"
description = """
Backend code generation of the wasm-bindgen tool
"""
[dependencies]
2018-04-03 07:07:14 -07:00
quote = '0.5'
proc-macro2 = { version = "0.3", features = ["nightly"] }
2018-04-09 15:18:39 -07:00
wasm-bindgen-shared = { path = "../shared", version = "0.2.1" }
2018-04-03 07:07:14 -07:00
syn = { version = '0.13', features = ['full'] }