[dependencies.byteorder]
default-features = false
version = "1.0"
[dev-dependencies.time]
version = "0.1"
[features]
default = ["std"]
std = ["byteorder/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 binary format serialization/deserialization/interpreter"
documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/"
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.35.7"