1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-25 22:41:04 +00:00
Alex Crichton b3cb44eb53 Revert "Revert "Disable the span feature temporarily""
This reverts commit a10a0c8cfd17de2182bed3a1e03aca0f7c2587c6.
2018-05-21 08:08:21 -07:00

22 lines
599 B
TOML

[package]
name = "wasm-bindgen-backend"
version = "0.2.10"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
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
"""
[features]
spans = []
[dependencies]
quote = '0.6'
proc-macro2 = "0.4"
wasm-bindgen-shared = { path = "../shared", version = "=0.2.10" }
syn = { version = '0.14', features = ['full', 'visit-mut'] }
serde_json = "1.0"