2018-10-05 14:21:59 -07:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-gc"
|
2019-01-18 15:30:31 -08:00
|
|
|
version = "0.2.33"
|
2018-10-05 14:21:59 -07:00
|
|
|
authors = ["The wasm-bindgen Developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/gc"
|
|
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
|
|
|
documentation = "https://docs.rs/wasm-bindgen-gc"
|
|
|
|
description = """
|
|
|
|
Support for removing unused items from a wasm executable
|
|
|
|
"""
|
|
|
|
|
|
|
|
[dependencies]
|
2019-02-04 22:06:10 -08:00
|
|
|
parity-wasm = "0.36"
|
2018-10-05 14:21:59 -07:00
|
|
|
log = "0.4"
|
|
|
|
rustc-demangle = "0.1.9"
|
2018-10-29 15:15:03 -07:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rayon = "1.0.2"
|
|
|
|
tempfile = "3.0.4"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[[test]]
|
|
|
|
name = 'all'
|
|
|
|
harness = false
|