[package]
name = "wabt"
version = "0.9.2"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
description = "Bindings to the wabt library"
homepage = "https://github.com/pepyakin/wabt-rs"
readme = "README.md"
keywords = ["tools", "webassembly", "wasm"]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/pepyakin/wabt-rs"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.wabt-sys]
version = "0.7"