wasm-bindgen/crates/backend/Cargo.toml

25 lines
666 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-backend"
2019-03-13 21:02:27 +03:00
version = "0.2.39"
authors = ["The wasm-bindgen Developers"]
2018-04-04 00:02:04 +03:00
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
2018-04-04 00:02:04 +03:00
documentation = "https://docs.rs/wasm-bindgen-backend"
description = """
Backend code generation of the wasm-bindgen tool
"""
[features]
spans = []
extra-traits = ["syn/extra-traits"]
[dependencies]
bumpalo = "2.1"
lazy_static = "1.0.0"
log = "0.4"
2018-07-17 17:11:30 +03:00
proc-macro2 = "0.4.8"
quote = '0.6'
syn = { version = '0.15', features = ['full'] }
2019-03-13 21:02:27 +03:00
wasm-bindgen-shared = { path = "../shared", version = "=0.2.39" }