[dev-dependencies.time]
version = "0.1"
[features]
atomics = []
bulk = []
default = ["std"]
sign_ext = []
simd = []
std = []
[package]
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Shulepov <s.pepyakin@gmail.com>"]
categories = ["wasm", "parser-implementations"]
description = "WebAssembly low-level format library"
documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/"
edition = "2018"
exclude = ["res/*", "spec/*"]
homepage = "https://github.com/paritytech/parity-wasm"
keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"]
license = "MIT/Apache-2.0"
name = "parity-wasm"
readme = "README.md"
repository = "https://github.com/paritytech/parity-wasm"
version = "0.41.0"