[package] name = "parity-wasm-cp" version = "0.1.6" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Shulepov "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/MiaZmy1221/parity-wasm" homepage = "https://github.com/paritytech/parity-wasm" documentation = "https://paritytech.github.io/parity-wasm/parity_wasm/" description = "WebAssembly binary format serialization/deserialization/interpreter" keywords = ["wasm", "webassembly", "bytecode", "serde", "interpreter"] categories = ["wasm", "parser-implementations"] exclude = [ "res/*", "spec/*" ] [dependencies] byteorder = { version = "1.0", default-features = false } [dev-dependencies] time = "0.1" [features] default = ["std"] std = ["byteorder/std"]