[package]
name = "parity-wasm"
version = "0.45.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/paritytech/parity-wasm"
homepage = "https://github.com/paritytech/parity-wasm"
documentation = "https://docs.rs/parity-wasm"
description = "WebAssembly low-level format library"
keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"]
categories = ["wasm", "parser-implementations"]
include = ["src/**/*", "LICENSE-*", "README.md"]
edition = "2021"
rust-version = "1.56.1"
[workspace]
members = ["testsuite"]
[dev-dependencies]
time = "0.3"
[features]
default = ["std"]
std = []
reduced-stack-buffer = []
atomics = []
simd = []
sign_ext = []
bulk = []
multi_value = []